feat(conventional): job not to run when bot pushes change

this is not requied to run on bot push as it's already been run multiple times

!22
This commit is contained in:
2023-05-15 09:32:15 +09:30
parent 72f5289886
commit 93931cb907

View File

@ -50,6 +50,8 @@
when: never
- if: '$CI_COMMIT_TAG'
when: never
- if: "$CI_COMMIT_AUTHOR =='nfc_bot <helpdesk@nofusscomputing.com>'"
when: never
- if: '$CI_COMMIT_BRANCH == "master"'
when: always
- if: '$CI_COMMIT_BRANCH'