ci.yaml: enable-email-notifications: true
Add enable-email-notifications: true. This seems to be needed for sending information about failed runs. Apparently it doesn't make it difference if I add it to ci/workflows/.github/workflows/test-packaging.yaml.
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
1a56efb25a
commit
9e4b216ef0
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
|
@ -7,6 +7,7 @@ on:
|
||||||
- master
|
- master
|
||||||
- main
|
- main
|
||||||
- released
|
- released
|
||||||
|
enable-email-notifications: true
|
||||||
jobs:
|
jobs:
|
||||||
CI:
|
CI:
|
||||||
name: Packaging test
|
name: Packaging test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue