Skip to content

Commit

Permalink
set concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored May 3, 2024
1 parent 8d2f03e commit 772b632
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
- v*
pull_request:

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

jobs:
build_wheels:
name: Build wheels for cp${{ matrix.python }}-${{ matrix.platform_id }}
Expand Down

0 comments on commit 772b632

Please sign in to comment.