Skip to content

Commit

Permalink
github: Align concurrency settings with latest-edge (5.21-edge) (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomponline authored Sep 17, 2024
2 parents 1339e2f + 4e4e118 commit 283d9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
contents: read

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

jobs:
Expand Down

0 comments on commit 283d9a9

Please sign in to comment.