feat(gitlab_release): ability to disable job with variable

!21
This commit is contained in:
2023-05-13 11:48:47 +09:30
parent 81445c06e4
commit a37acbfc7d

View File

@ -43,6 +43,8 @@
after_script:
- rm -Rf repo
rules:
- if: '$JOB_STOP_GITLAB_RELEASE'
when: never
- if: "$CI_COMMIT_AUTHOR =='NFC CI <CI@nfc-gitlab>'"
when: never
- if: '$CI_COMMIT_BRANCH == "master"'