Skip to content

Commit

Permalink
Merge pull request #1248 from openziti/concurrency-deadlock
Browse files Browse the repository at this point in the history
resolve concurrency deadlock
  • Loading branch information
qrkourier authored Aug 11, 2023
2 parents 9fde2f3 + 0311133 commit 87b74c1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/jenkins-smoketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ on:
type: string
required: false # this allows manually triggering the smoketest with the UNKNOWN version default

# cancel older, redundant runs of same workflow on same branch
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true

jobs:
jenkins-smoketest:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 87b74c1

Please sign in to comment.