fix(conventional_commits): never run on git tag
no requirement to run on git tag as a MR is required see nofusscomputing/projects/ansible/git_configuration!7 for failed job. !22 nofusscomputing/projects/ansible/git_configuration!7
This commit is contained in:
@ -49,7 +49,7 @@
|
|||||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||||
when: never
|
when: never
|
||||||
- if: '$CI_COMMIT_TAG'
|
- if: '$CI_COMMIT_TAG'
|
||||||
when: always
|
when: never
|
||||||
- if: '$CI_COMMIT_BRANCH == "master"'
|
- if: '$CI_COMMIT_BRANCH == "master"'
|
||||||
when: always
|
when: always
|
||||||
- if: '$CI_COMMIT_BRANCH'
|
- if: '$CI_COMMIT_BRANCH'
|
||||||
|
|||||||
Reference in New Issue
Block a user