We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9db09 commit 2d3cea1Copy full SHA for 2d3cea1
1 file changed
.github/workflows/pr_integration_tests.yml
@@ -7,9 +7,10 @@ on:
7
- synchronize
8
- labeled
9
10
-concurrency:
11
- group: pr-integration-tests-${{ github.event.pull_request.number }}
12
- cancel-in-progress: true
+# concurrency is currently broken, see details https://github.com/actions/runner/issues/1532
+#concurrency:
+# group: pr-integration-tests-${{ github.event.pull_request.number }}
13
+# cancel-in-progress: true
14
15
jobs:
16
build-docker-image:
0 commit comments