Skip to content

Commit

Permalink
continuous-integration.yml: disable concurrent_skipping
Browse files Browse the repository at this point in the history
The default is 'never'.
https://github.com/fkirc/skip-duplicate-actions/tree/84931c63f7562abc89860097e0caf563c7b87f65?tab=readme-ov-file#concurrent_skipping

Reason: the skipped checks of push or pull_request finish before the other.
If the other fails, we have a PR with failed checks in the devel branch.
  • Loading branch information
BacLuc committed Jul 2, 2024
1 parent 1ee19a6 commit 3a88504
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 3a88504

Please sign in to comment.