mirror of
https://github.com/systemd/systemd.git
synced 2025-03-10 16:58:28 +03:00
coverage: Run on pull request in a few cases
If we're changing the integration test wrapper or coverage.yml, let's run the coverage workflow on PRs as well to make sure it doesn't break.
This commit is contained in:
parent
1dd345b00d
commit
3add2d73b3
8
.github/workflows/coverage.yml
vendored
8
.github/workflows/coverage.yml
vendored
@ -7,6 +7,14 @@ on:
|
||||
# Calculate coverage daily at midnight
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- v[0-9]+-stable
|
||||
paths:
|
||||
- .github/workflows/coverage.yml
|
||||
- test/integration-test-wrapper.py
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user