feat(conventional_commits): ability to disable job with variable

!21
This commit is contained in:
2023-05-13 11:47:21 +09:30
parent 36ce0b0b76
commit 9e7d357bab

View File

@ -44,6 +44,8 @@
junit:
- "$CI_PROJECT_DIR/artifacts/$CI_JOB_STAGE/tests/*.junit.xml"
rules:
- if: '$JOB_STOP_CONVENTIONAL_COMMITS'
when: never
- if: '$CI_COMMIT_BRANCH == "master"'
when: never
- if: '$CI_COMMIT_BRANCH'