Skip to content

Commit

Permalink
deadlock
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Jul 23, 2024
1 parent 540f342 commit 953dbfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-ruby-release.reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ permissions:
id-token: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
# suffix is important to prevent a concurrency deadlock with the calling workflow
group: ${{ github.workflow }}-${{ github.ref }}-build-ruby
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 953dbfb

Please sign in to comment.