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:
Arne Welzel 2023-01-28 15:10:14 +01:00
parent 3a4a6fad08
commit d54b465409

View file

@ -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 }}