jw-pkg/.github/workflows/ci.yaml
Jan Lindemann 00af6a2b37
All checks were successful
CI / Packaging - Kali Linux (pull_request) Successful in 3m21s
CI / Packaging - OpenSUSE Tumbleweed (pull_request) Successful in 3m22s
CI / Packaging test (pull_request) Successful in 0s
CI / Packaging - Kali Linux (push) Successful in 3m17s
CI / Packaging - OpenSUSE Tumbleweed (push) Successful in 3m15s
CI / Packaging test (push) Successful in 0s
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 19:14:00 +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