mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02:00
ci: add back paths field to coverage workflow (#728)
This commit is contained in:
parent
a26cffce05
commit
98e7fbbeab
1
.github/workflows/coverage.yml
vendored
1
.github/workflows/coverage.yml
vendored
@ -23,6 +23,7 @@ jobs:
|
||||
with:
|
||||
concurrent_skipping: "same_content_newer"
|
||||
skip_after_successful_duplicate: "false"
|
||||
paths: '["tests/**", "src/**", ".github/workflows/coverage.yml", ".cargo/**", "Cargo.toml", "Cargo.lock", "build.rs"]'
|
||||
do_not_skip: '["workflow_dispatch", "push"]'
|
||||
|
||||
coverage:
|
||||
|
Loading…
x
Reference in New Issue
Block a user