Skip to content

Commit 4fa66dc

Browse files
committed
fix ci
1 parent 6302ef0 commit 4fa66dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ jobs:
1313
should_skip: ${{ steps.skip_check.outputs.should_skip }}
1414
steps:
1515
- id: skip_check
16-
uses: fkirc/skip-duplicate-actions@master
16+
uses: fkirc/skip-duplicate-actions@master
1717
with:
1818
# All of these options are optional, so you can remove them if you are happy with the defaults
1919
concurrent_skipping: 'never'
2020
skip_after_successful_duplicate: 'true'
2121
paths_ignore: '["**/README.md", "**/docs/**"]'
2222
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'
23+
2324
test:
2425
needs: pre_job
2526
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}

0 commit comments

Comments
 (0)