Skip to content

Commit

Permalink
Merge pull request #5473 from BacLuc/do-not-skip-concurrent
Browse files Browse the repository at this point in the history
continuous-integration.yml: disable concurrent_skipping
  • Loading branch information
BacLuc committed Jul 3, 2024
2 parents 0208d3c + 91ec1a9 commit f8ab815
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v5
with:
concurrent_skipping: 'same_content_newer'
skip_after_successful_duplicate: 'true'
paths: |
[
Expand All @@ -50,7 +49,6 @@ jobs:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v5
with:
concurrent_skipping: 'same_content_newer'
skip_after_successful_duplicate: 'true'
paths: |
[
Expand Down

0 comments on commit f8ab815

Please sign in to comment.