mirror of
ssh://devgit.janware.com/janware/proj/jw-python
synced 2026-06-17 07:06:37 +02:00
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>
14 lines
282 B
YAML
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
|