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 7e96fa7 commit 6be01fbCopy full SHA for 6be01fb
.github/workflows/ci.yml
@@ -12,6 +12,8 @@ jobs:
12
- id: skip_check
13
uses: fkirc/skip-duplicate-actions@master
14
with:
15
+ skip_after_successful_duplicate: 'false'
16
+ concurrent_skipping: 'same_content'
17
paths_ignore: '["**/*.md"]'
18
build:
19
name: Build
0 commit comments