Compare commits
3 commits
9e4b216ef0
...
00af6a2b37
| Author | SHA1 | Date | |
|---|---|---|---|
|
00af6a2b37 |
|||
|
ace0e915ec |
|||
|
8d174f03bd |
2 changed files with 5 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
name: Standard CI tests
|
name: CI
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
|
|
@ -7,7 +7,8 @@ on:
|
||||||
- master
|
- master
|
||||||
- main
|
- main
|
||||||
- released
|
- released
|
||||||
|
enable-email-notifications: true
|
||||||
jobs:
|
jobs:
|
||||||
CI:
|
CI:
|
||||||
name: Packaging test - All supported platforms
|
name: Packaging test
|
||||||
uses: ci/workflows/.github/workflows/test-packaging.yaml@master
|
uses: ci/workflows/.github/workflows/test-packaging.yaml@master-test
|
||||||
|
|
@ -36,7 +36,7 @@ build = realpath
|
||||||
|
|
||||||
[pkg.requires.suse]
|
[pkg.requires.suse]
|
||||||
run = python3
|
run = python3
|
||||||
release = rpmbuild, python3-base, python3-pyright
|
release = rpmbuild, python3-base
|
||||||
|
|
||||||
[pkg.requires.debian]
|
[pkg.requires.debian]
|
||||||
run = python3
|
run = python3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue