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 4, 2024
1 parent 4efece1 commit 2b0626a
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 2b0626a

Please sign in to comment.