Skip to content

Commit f8ab815

Browse files
authored
Merge pull request ecamp#5473 from BacLuc/do-not-skip-concurrent
continuous-integration.yml: disable concurrent_skipping
2 parents 0208d3c + 91ec1a9 commit f8ab815

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
- id: skip_check
3434
uses: fkirc/skip-duplicate-actions@v5
3535
with:
36-
concurrent_skipping: 'same_content_newer'
3736
skip_after_successful_duplicate: 'true'
3837
paths: |
3938
[
@@ -50,7 +49,6 @@ jobs:
5049
- id: skip_check
5150
uses: fkirc/skip-duplicate-actions@v5
5251
with:
53-
concurrent_skipping: 'same_content_newer'
5452
skip_after_successful_duplicate: 'true'
5553
paths: |
5654
[

0 commit comments

Comments
 (0)