Skip to content

Commit 3ae7289

Browse files
committed
fix: remove duplicate concurrency deadlock
1 parent d7de23d commit 3ae7289

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/integration_test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88
# Allow this workflow to be called from other workflows
99
workflow_call:
1010

11-
concurrency:
12-
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
13-
cancel-in-progress: true
1411

1512
jobs:
1613
deps:

0 commit comments

Comments
 (0)