Notify failures on error

This commit is contained in:
Alberto C. Ríos
2022-11-22 11:45:04 +01:00
parent 85fdff7d86
commit e0887e54cd
2 changed files with 7 additions and 1 deletions

View File

@@ -50,6 +50,8 @@ jobs:
disable_checksum_uploads: true
on_failure:
*slack-failure-notification
on_error:
*slack-failure-notification
- name: run-acceptance-tests
serial: true
@@ -79,6 +81,8 @@ jobs:
inputs: [toolsmith-env]
on_failure:
*slack-failure-notification
on_error:
*slack-failure-notification
- name: stage-milestone
serial: true

View File

@@ -54,7 +54,9 @@ jobs:
env_file: toolsmith-env/metadata
inputs: [ toolsmith-env ]
on_failure:
*slack-failure-notification
*slack-failure-notification
on_error:
*slack-failure-notification
resource_types:
- name: pull-request