fix(scheduled_pipelines): if scheduled pipeline only run schedualable jobs
!30 fixes #29
This commit is contained in:
@ -19,7 +19,8 @@
|
||||
when: never
|
||||
- if: '$CI_COMMIT_TAG && $GIT_SYNC_URL != null'
|
||||
when: always
|
||||
- if: '$CI_COMMIT_BRANCH == "master" && $GIT_SYNC_URL != null'
|
||||
- if: '$CI_COMMIT_BRANCH == "development" && $GIT_SYNC_URL != null'
|
||||
- if: '$CI_COMMIT_BRANCH == "master" && $GIT_SYNC_URL != null && $CI_PIPELINE_SOURCE == "push"'
|
||||
- if: '$CI_COMMIT_BRANCH == "development" && $GIT_SYNC_URL != null && $CI_PIPELINE_SOURCE == "push"'
|
||||
when: always
|
||||
- when: never
|
||||
|
||||
|
Reference in New Issue
Block a user