Skip to content

Commit 5e54e0c

Browse files
committed
Chore: CI - No composite
1 parent 45c42e2 commit 5e54e0c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ jobs:
1414

1515
- name: Check SkipAction
1616
id: skip_check
17-
uses: ./.github/actions/skip-action
17+
uses: fkirc/skip-duplicate-actions@v5
18+
with:
19+
concurrent_skipping: same_content_newer
20+
skip_after_successful_duplicate: "true"
21+
paths_ignore: '["**/README.md"]'
1822

1923
build:
2024
needs: pre_job

0 commit comments

Comments
 (0)