mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:24:35 +02:00
notify mattermost if rerun job fails
This commit is contained in:
@@ -114,7 +114,7 @@ jobs:
|
||||
- re-run
|
||||
# Returns true when any previous step of a job fails. If you have a chain of dependent
|
||||
# jobs, failure() returns true if any ancestor job fails.
|
||||
if: failure() && needs.re-run.result == 'skipped'
|
||||
if: failure() && (needs.re-run.result == 'skipped' || needs.re-run.result == 'failure')
|
||||
uses: "./.github/workflows/notify_nightly.yml"
|
||||
permissions: {}
|
||||
secrets:
|
||||
|
||||
Reference in New Issue
Block a user