Skip to content

Commit

Permalink
docs: better concurrency group example
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Apr 8, 2024
1 parent 7d288ef commit 232cae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions:
pull-requests: write

concurrency:
group: '${{ github.ref_name }}'
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 232cae2

Please sign in to comment.