Skip to content

Commit

Permalink
ci: cancel previous workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nmammeri committed Jul 13, 2024
1 parent 75ca5c5 commit e70f94a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ on:
pull_request:
workflow_dispatch:

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

permissions:
contents: read

Expand Down

0 comments on commit e70f94a

Please sign in to comment.