mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
ci-notification: No notifications for "skipped" runs [skip ci]
It is not useful to receive email notifications for CI runs that were skipped.
This commit is contained in:
parent
3a4a6fad08
commit
d54b465409
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-notification.yml
vendored
2
.github/workflows/ci-notification.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI_APP_NAME: "Cirrus CI"
|
CI_APP_NAME: "Cirrus CI"
|
||||||
BRANCH_REGEX: "master|release/.*"
|
BRANCH_REGEX: "master|release/.*"
|
||||||
SKIP_CONCLUSIONS: 'cancelled,neutral'
|
SKIP_CONCLUSIONS: 'cancelled,neutral,skipped'
|
||||||
SMTP_HOST: ${{ secrets.SMTP_HOST }}
|
SMTP_HOST: ${{ secrets.SMTP_HOST }}
|
||||||
SMTP_PORT: ${{ secrets.SMTP_PORT }}
|
SMTP_PORT: ${{ secrets.SMTP_PORT }}
|
||||||
SMTP_USER: ${{ secrets.SMTP_USER }}
|
SMTP_USER: ${{ secrets.SMTP_USER }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue