feat(yaml_lint): added var to prevent job from runnng

!21
This commit is contained in:
2023-05-14 12:12:07 +09:30
parent d389d14192
commit 0b4e85c313

View File

@ -36,6 +36,8 @@
junit:
- "$CI_PROJECT_DIR/artifacts/$CI_JOB_STAGE/tests/*.junit.xml"
rules:
- if: '$JOB_STOP_YAML_LINT'
when: never
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
when: never
- if: '$CI_COMMIT_TAG'