chore(gitlab-ci): allow_failure on manual jobs
This commit is contained in:
parent
723f7934c2
commit
8a3f76054d
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user