docker,git: ignore more files

This commit is contained in:
Valentin Tolmer
2021-12-08 10:58:17 +01:00
committed by nitnelave
parent 110b7c7d5b
commit 6c9086cc78
3 changed files with 15 additions and 8 deletions

View File

@@ -20,11 +20,10 @@ jobs:
- id: skip_check
uses: fkirc/skip-duplicate-actions@master
with:
# All of these options are optional, so you can remove them if you are happy with the defaults
concurrent_skipping: 'never'
skip_after_successful_duplicate: 'true'
paths_ignore: '["**/README.md", "**/docs/**"]'
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'
paths_ignore: '["**/*.md", "**/docs/**", "example_configs/**", "*.sh"]'
do_not_skip: '["workflow_dispatch", "schedule"]'
test:
name: cargo test
needs: pre_job