We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85fdff7 commit e0887e5Copy full SHA for e0887e5
ci/pipeline.yml
@@ -50,6 +50,8 @@ jobs:
50
disable_checksum_uploads: true
51
on_failure:
52
*slack-failure-notification
53
+ on_error:
54
+ *slack-failure-notification
55
56
- name: run-acceptance-tests
57
serial: true
@@ -79,6 +81,8 @@ jobs:
79
81
inputs: [toolsmith-env]
80
82
83
84
85
86
87
- name: stage-milestone
88
ci/pr-pipeline.yml
@@ -54,7 +54,9 @@ jobs:
env_file: toolsmith-env/metadata
inputs: [ toolsmith-env ]
- *slack-failure-notification
58
59
60
61
resource_types:
62
- name: pull-request
0 commit comments