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 6302ef0 commit 4fa66dcCopy full SHA for 4fa66dc
.github/workflows/CI.yml
@@ -13,13 +13,14 @@ jobs:
13
should_skip: ${{ steps.skip_check.outputs.should_skip }}
14
steps:
15
- id: skip_check
16
- uses: fkirc/skip-duplicate-actions@master
+ uses: fkirc/skip-duplicate-actions@master
17
with:
18
# All of these options are optional, so you can remove them if you are happy with the defaults
19
concurrent_skipping: 'never'
20
skip_after_successful_duplicate: 'true'
21
paths_ignore: '["**/README.md", "**/docs/**"]'
22
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'
23
+
24
test:
25
needs: pre_job
26
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
0 commit comments