Skip to content

Commit

Permalink
WIP: fix unexpected cancellations
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjankoehler committed Dec 11, 2024
1 parent 5d463eb commit 89e8cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
types: [published]

concurrency:
group: ${{ github.repository }}-${{ github.event.number || github.head_ref || github.sha }}-${{ github.workflow }}
group: ${{ github.repository }}-${{ github.event.number || github.head_ref || github.sha }}-${{ github.workflow }}-publish-pypi
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 89e8cc8

Please sign in to comment.