Skip to content

Commit

Permalink
Add concurrency and env
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Oct 6, 2024
1 parent 54be534 commit d0f708a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ on:
permissions:
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

env:
FORCE_COLOR: "1"

jobs:
publish-pypi:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d0f708a

Please sign in to comment.