Skip to content

Commit 72131c6

Browse files
authored
Use default settings for CI skip (#278)
1 parent cea1cc1 commit 72131c6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,7 @@ jobs:
2929
steps:
3030
- id: skip_check
3131
uses: fkirc/skip-duplicate-actions@v5
32-
with:
33-
# All of these options are optional, so you can remove them if you are happy with the defaults
34-
concurrent_skipping: 'same_content_newer'
35-
cancel_others: true
36-
skip_after_successful_duplicate: 'true'
37-
paths_ignore: '["**/README.md", "**/LICENSE"]'
38-
do_not_skip: '["pull_request"]'
32+
3933
test:
4034
needs: pre_job
4135
if: needs.pre_job.outputs.should_skip != 'true'

0 commit comments

Comments
 (0)