jw-python/.github/workflows/ci.yaml
Jan Lindemann 7e062c35a9
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>
2026-06-08 14:55:11 +02:00

14 lines
282 B
YAML

name: CI
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- master
- main
- released
enable-email-notifications: true
jobs:
CI:
name: Packaging test
uses: ci/workflows/.github/workflows/test-packaging.yaml@master-test