Skip to content

Commit

Permalink
temporarily disable concurrency in GH workflow
Browse files Browse the repository at this point in the history
Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
  • Loading branch information
pyalex committed Dec 3, 2021
1 parent 1f9db09 commit 2d3cea1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pr_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ on:
- synchronize
- labeled

concurrency:
group: pr-integration-tests-${{ github.event.pull_request.number }}
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 }}
# cancel-in-progress: true

jobs:
build-docker-image:
Expand Down

0 comments on commit 2d3cea1

Please sign in to comment.