Skip to content

Commit f853c1a

Browse files
committed
Remove the limit of the concurrency on the same branch
1 parent 29f3566 commit f853c1a

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/zjit-macos.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ on:
2020
# https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks
2121
merge_group:
2222

23-
concurrency:
24-
group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}
25-
cancel-in-progress: ${{ startsWith(github.event_name, 'pull') }}
26-
2723
permissions:
2824
contents: read
2925

.github/workflows/zjit-ubuntu.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ on:
2020
# https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks
2121
merge_group:
2222

23-
concurrency:
24-
group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}
25-
cancel-in-progress: ${{ startsWith(github.event_name, 'pull') }}
26-
2723
permissions:
2824
contents: read
2925

0 commit comments

Comments
 (0)