Skip to content

Commit

Permalink
Automatically cancel duplicate CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed Feb 18, 2024
1 parent f20c2a7 commit 3ad8291
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
release:
types: [published]

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

env:
python_version: '3.12'

Expand Down

0 comments on commit 3ad8291

Please sign in to comment.