From b0f18931acd500b13426373d37c90da1af61d6e2 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sat, 6 Jun 2026 17:42:33 +0200 Subject: [PATCH] test-packaging.yaml: enable-email-notifications: true Enable e-mail notifications for failed runs. Signed-off-by: Jan Lindemann --- .github/workflows/test-packaging.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-packaging.yaml b/.github/workflows/test-packaging.yaml index 6db2fb2..0fb818d 100644 --- a/.github/workflows/test-packaging.yaml +++ b/.github/workflows/test-packaging.yaml @@ -3,6 +3,8 @@ name: Reusable packaging test job on: workflow_call: +enable-email-notifications: true + jobs: test: name: Packaging - ${{ matrix.distro.name }}