chore(gitlab-ci): allow_failure on manual jobs

This commit is contained in:
Gregor Kleen 2021-02-09 20:31:16 +01:00
parent 723f7934c2
commit 8a3f76054d

View File

@ -130,6 +130,7 @@ yesod:build:dev:
rules:
- if: $CI_COMMIT_REF_NAME =~ /(^v[0-9].*)|((^|\/)profile($|\/))/
when: manual
allow_failure: true
- when: always
retry: 2
@ -154,6 +155,7 @@ yesod:build:
- if: $CI_COMMIT_REF_NAME =~ /^v[0-9].*/
when: always
- when: manual
allow_failure: true
retry: 2
interruptible: true
@ -180,6 +182,7 @@ yesod:build:profile:
- if: $CI_COMMIT_REF_NAME =~ /(^|\/)profile($|\/)/
when: always
- when: manual
allow_failure: true
retry: 2
interruptible: true