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:
|
rules:
|
||||||
- if: $CI_COMMIT_REF_NAME =~ /(^v[0-9].*)|((^|\/)profile($|\/))/
|
- if: $CI_COMMIT_REF_NAME =~ /(^v[0-9].*)|((^|\/)profile($|\/))/
|
||||||
when: manual
|
when: manual
|
||||||
|
allow_failure: true
|
||||||
- when: always
|
- when: always
|
||||||
|
|
||||||
retry: 2
|
retry: 2
|
||||||
@ -154,6 +155,7 @@ yesod:build:
|
|||||||
- if: $CI_COMMIT_REF_NAME =~ /^v[0-9].*/
|
- if: $CI_COMMIT_REF_NAME =~ /^v[0-9].*/
|
||||||
when: always
|
when: always
|
||||||
- when: manual
|
- when: manual
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
retry: 2
|
retry: 2
|
||||||
interruptible: true
|
interruptible: true
|
||||||
@ -180,6 +182,7 @@ yesod:build:profile:
|
|||||||
- if: $CI_COMMIT_REF_NAME =~ /(^|\/)profile($|\/)/
|
- if: $CI_COMMIT_REF_NAME =~ /(^|\/)profile($|\/)/
|
||||||
when: always
|
when: always
|
||||||
- when: manual
|
- when: manual
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
retry: 2
|
retry: 2
|
||||||
interruptible: true
|
interruptible: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user