Skip to content

Commit f681959

Browse files
authored
fix(ci): Mark notify jobs as allowed to fail (#1062)
1 parent 128abf9 commit f681959

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitlab/notify.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ notify-images-available:
1010
when: never
1111
- when: on_success
1212
dependencies: []
13+
allow_failure: true
1314
script: |
1415
COMMIT_URL="$CI_PROJECT_URL/commit/$CI_COMMIT_SHA"
1516
BRANCH_URL="$CI_PROJECT_URL/tree/$CI_COMMIT_BRANCH"
@@ -29,6 +30,7 @@ notify-images-failure:
2930
when: never
3031
- when: on_failure
3132
dependencies: []
33+
allow_failure: true
3234
script: |
3335
COMMIT_URL="$CI_PROJECT_URL/commit/$CI_COMMIT_SHA"
3436
BRANCH_URL="$CI_PROJECT_URL/tree/$CI_COMMIT_BRANCH"
@@ -43,6 +45,7 @@ notify-on-failure:
4345
- if: $CI_COMMIT_BRANCH == "master" || $CI_COMMIT_BRANCH == "main"
4446
when: on_failure
4547
dependencies: []
48+
allow_failure: true
4649
script: |
4750
COMMIT_URL="$CI_PROJECT_URL/commit/$CI_COMMIT_SHA"
4851
AUTHOR=$(git show -s --format="%an" HEAD)

0 commit comments

Comments
 (0)