From 7e062c35a98a6e10e31adb277835eb303b0e8515 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Mon, 8 Jun 2026 14:55:11 +0200 Subject: [PATCH] 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 --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 73287f2..6d35e3c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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