Skip to content

Commit 3483bb5

Browse files
committed
fix ci (i think)
1 parent 80cea76 commit 3483bb5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

+9
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ on:
1010
branches:
1111
- master
1212

13+
concurrency:
14+
group: build-${{ github.head_ref }}
15+
cancel-in-progress: true
16+
17+
env:
18+
CIBW_SKIP: >
19+
pp*
20+
1321
jobs:
1422
binary-wheels-standard:
1523
name: Binary wheels for ${{ startsWith(matrix.os, 'macos-') && 'macOS' || startsWith(matrix.os, 'windows-') && 'Windows' || 'Linux' }}
@@ -67,6 +75,7 @@ jobs:
6775
github.event_name == 'push'
6876
&&
6977
(github.ref == 'refs/heads/master' || startsWith(github.event.ref, 'refs/tags'))
78+
7079
steps:
7180
- uses: actions/checkout@v2
7281
with:

0 commit comments

Comments
 (0)