ci: restrict project path

This commit is contained in:
naskya 2024-05-07 05:24:45 +09:00
parent d440e9b388
commit 5261eb24b6
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
1 changed files with 8 additions and 0 deletions

View File

@ -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