mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-22 12:13:06 +00:00
ci: reduce code cov skip conditions
This commit is contained in:
parent
a6933d89b3
commit
19430a1a49
1 changed files with 1 additions and 2 deletions
3
.github/workflows/coverage.yml
vendored
3
.github/workflows/coverage.yml
vendored
|
@ -19,8 +19,7 @@ jobs:
|
|||
uses: fkirc/skip-duplicate-actions@38c3738dcac87b41e2b7038775457756c793566e # https://github.com/fkirc/skip-duplicate-actions/commit/38c3738dcac87b41e2b7038775457756c793566e
|
||||
with:
|
||||
concurrent_skipping: "same_content_newer"
|
||||
skip_after_successful_duplicate: "true"
|
||||
paths: '["tests/**", "src/**", ".github/workflows/coverage.yml", ".cargo/**", "Cargo.toml", "Cargo.lock", "build.rs"]'
|
||||
skip_after_successful_duplicate: "false"
|
||||
do_not_skip: '["workflow_dispatch"]'
|
||||
|
||||
coverage:
|
||||
|
|
Loading…
Reference in a new issue