Skip to content

Commit

Permalink
Cancel previous runs
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange committed Sep 23, 2024
1 parent 315be68 commit d6dc553
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
types: [released, prereleased]
workflow_dispatch: # allows running workflow manually from the Actions tab

concurrency: # https://stackoverflow.com/questions/66335225#comment133398800_72408109
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

jobs:
wheel:
name: ${{ matrix.os }}-${{ matrix.target }}-${{ matrix.interpreter }}-${{ matrix.manylinux }}
Expand Down

0 comments on commit d6dc553

Please sign in to comment.