fix(scheduled_pipelines): if scheduled pipeline only run schedualable jobs
!30 fixes #29
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
when: never
|
||||
- if: $CI_COMMIT_TAG
|
||||
when: on_success
|
||||
- if: '$CI_COMMIT_BRANCH'
|
||||
- if: '$CI_COMMIT_BRANCH && $CI_PIPELINE_SOURCE == "push"'
|
||||
exists:
|
||||
- "mkdocs.yaml"
|
||||
- "mkdocs.yml"
|
||||
|
||||
Reference in New Issue
Block a user