We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea1cc1 commit 72131c6Copy full SHA for 72131c6
.github/workflows/ci.yml
@@ -29,13 +29,7 @@ jobs:
29
steps:
30
- id: skip_check
31
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"]'
+
39
test:
40
needs: pre_job
41
if: needs.pre_job.outputs.should_skip != 'true'
0 commit comments