Skip to content

Commit 2d3cea1

Browse files
committed
temporarily disable concurrency in GH workflow
Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
1 parent 1f9db09 commit 2d3cea1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/pr_integration_tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ on:
77
- synchronize
88
- labeled
99

10-
concurrency:
11-
group: pr-integration-tests-${{ github.event.pull_request.number }}
12-
cancel-in-progress: true
10+
# concurrency is currently broken, see details https://github.com/actions/runner/issues/1532
11+
#concurrency:
12+
# group: pr-integration-tests-${{ github.event.pull_request.number }}
13+
# cancel-in-progress: true
1314

1415
jobs:
1516
build-docker-image:

0 commit comments

Comments
 (0)