Skip to content

Commit 6be01fb

Browse files
committed
Only skip concurrent workflows
1 parent 7e96fa7 commit 6be01fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
- id: skip_check
1313
uses: fkirc/skip-duplicate-actions@master
1414
with:
15+
skip_after_successful_duplicate: 'false'
16+
concurrent_skipping: 'same_content'
1517
paths_ignore: '["**/*.md"]'
1618
build:
1719
name: Build

0 commit comments

Comments
 (0)