Skip to content

Commit e0887e5

Browse files
committed
Notify failures on error
1 parent 85fdff7 commit e0887e5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ci/pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
disable_checksum_uploads: true
5151
on_failure:
5252
*slack-failure-notification
53+
on_error:
54+
*slack-failure-notification
5355

5456
- name: run-acceptance-tests
5557
serial: true
@@ -79,6 +81,8 @@ jobs:
7981
inputs: [toolsmith-env]
8082
on_failure:
8183
*slack-failure-notification
84+
on_error:
85+
*slack-failure-notification
8286

8387
- name: stage-milestone
8488
serial: true

ci/pr-pipeline.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ jobs:
5454
env_file: toolsmith-env/metadata
5555
inputs: [ toolsmith-env ]
5656
on_failure:
57-
*slack-failure-notification
57+
*slack-failure-notification
58+
on_error:
59+
*slack-failure-notification
5860

5961
resource_types:
6062
- name: pull-request

0 commit comments

Comments
 (0)