fix(scheduled_pipelines): if scheduled pipeline only run schedualable jobs

!30 fixes #29
This commit is contained in:
2023-05-28 10:31:26 +09:30
parent 573f47ba7c
commit bade89c533
12 changed files with 23 additions and 21 deletions

View File

@ -100,9 +100,9 @@ variables:
when: never
- if: $CI_COMMIT_TAG
when: on_success
- if: '$CI_COMMIT_BRANCH == "development"'
- if: '$CI_COMMIT_BRANCH == "development" && $CI_PIPELINE_SOURCE == "push"'
when: on_success
- if: '$CI_COMMIT_BRANCH != "master"'
- if: '$CI_COMMIT_BRANCH != "master" && $CI_PIPELINE_SOURCE == "push"'
when: always
- when: never