Skip to content

Commit

Permalink
add concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Feb 6, 2024
1 parent 4c1089f commit 6f68418
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Publish packages to PyPI

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

on:
workflow_dispatch:
pull_request:
Expand Down

0 comments on commit 6f68418

Please sign in to comment.