ci: restrict project path
This commit is contained in:
parent
d440e9b388
commit
5261eb24b6
1 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,14 @@ services:
|
|||
- name: docker.io/redis:7-alpine
|
||||
alias: redis
|
||||
|
||||
workflow:
|
||||
rules:
|
||||
- if: $CI_PROJECT_PATH == 'firefish/firefish'
|
||||
when: always
|
||||
- if: $CI_MERGE_REQUEST_PROJECT_PATH == 'firefish/firefish'
|
||||
when: always
|
||||
- when: never
|
||||
|
||||
cache:
|
||||
paths:
|
||||
- node_modules
|
||||
|
|
Loading…
Reference in a new issue