test-packaging.yaml: enable-email-notifications: true

Enable e-mail notifications for failed runs.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2026-06-06 17:42:33 +02:00
commit b0f18931ac
Signed by: Jan Lindemann
GPG key ID: 3750640C9E25DD61

View file

@ -3,6 +3,8 @@ name: Reusable packaging test job
on: on:
workflow_call: workflow_call:
enable-email-notifications: true
jobs: jobs:
test: test:
name: Packaging - ${{ matrix.distro.name }} name: Packaging - ${{ matrix.distro.name }}