Skip to content

Commit

Permalink
fix concurrency option
Browse files Browse the repository at this point in the history
  • Loading branch information
trhallam authored Sep 10, 2024
1 parent 5484232 commit c5eb199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
types: [released]

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

jobs:
Expand Down

0 comments on commit c5eb199

Please sign in to comment.