feat(commit_footer_refs): ability to disable job with variable

!21
This commit is contained in:
2023-05-13 11:49:52 +09:30
parent a37acbfc7d
commit 8d512a9a4b

View File

@ -87,6 +87,8 @@ commit footer refs:
junit:
- "$CI_PROJECT_DIR/artifacts/$CI_JOB_STAGE/tests/*.junit.xml"
rules:
- if: '$JOB_STOP_CONVENTIONAL_COMMITS'
when: never
- if: '$CI_COMMIT_BRANCH == "development" || $CI_COMMIT_BRANCH == "master"'
when: never
- if: '$CI_COMMIT_BRANCH && $CHANGELOG_FOOTER_REFERENCES != "False"'