1 parent 0693a0c commit a2cf6ffCopy full SHA for a2cf6ff
2 files changed
.github/workflows/build-wheels.yml
@@ -7,6 +7,10 @@ on:
7
pull_request:
8
branches: [main]
9
10
+concurrency:
11
+ group: ${{ github.workflow }}-${{ github.ref }}
12
+ cancel-in-progress: ${{ !startsWith(github.ref, 'refs/tags/') }}
13
+
14
jobs:
15
build_sdist:
16
name: Build source distribution
.github/workflows/cicd.yaml
@@ -6,6 +6,10 @@ on:
6
+ cancel-in-progress: true
test:
runs-on: ${{ matrix.os }}
0 commit comments