mirror of
ssh://devgit.janware.com/janware/proj/jw-python
synced 2026-06-17 22:56:38 +02:00
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
021761f924
commit
7e062c35a9
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
|
@ -7,7 +7,8 @@ on:
|
||||||
- master
|
- master
|
||||||
- main
|
- main
|
||||||
- released
|
- released
|
||||||
|
enable-email-notifications: true
|
||||||
jobs:
|
jobs:
|
||||||
CI:
|
CI:
|
||||||
name: Packaging test
|
name: Packaging test
|
||||||
uses: ci/workflows/.github/workflows/test-packaging.yaml@master
|
uses: ci/workflows/.github/workflows/test-packaging.yaml@master-test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue