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:
Jan Lindemann 2026-06-08 14:55:11 +02:00
commit 7e062c35a9
Signed by: Jan Lindemann
GPG key ID: 3750640C9E25DD61

View file

@ -7,7 +7,8 @@ on:
- master
- main
- released
enable-email-notifications: true
jobs:
CI:
name: Packaging test
uses: ci/workflows/.github/workflows/test-packaging.yaml@master
uses: ci/workflows/.github/workflows/test-packaging.yaml@master-test