fix(gitlab_release): fixed rule to match nfc_bot

this hould have been done as part of MR !20

!21 !20
This commit is contained in:
2023-05-14 11:44:20 +09:30
parent 1fa7fec38a
commit a745ceac5e

View File

@ -46,7 +46,7 @@
rules:
- if: '$JOB_STOP_GITLAB_RELEASE'
when: never
- if: "$CI_COMMIT_AUTHOR =='NFC CI <CI@nfc-gitlab>'"
- if: "$CI_COMMIT_AUTHOR =='nfc_bot <helpdesk@nofusscomputing.com>'"
when: never
- if: '$CI_COMMIT_BRANCH == "master"'
when: on_success