ci: add back paths field to coverage workflow (#728)

This commit is contained in:
Clement Tsang 2022-05-07 19:57:56 -04:00 committed by GitHub
parent a26cffce05
commit 98e7fbbeab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: