File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 28
28
github.event_name == 'pull_request' && (
29
29
(
30
30
github.event.action == 'labeled' &&
31
- github.event.label.name == 'Run cibuildwheel'
31
+ github.event.label.name == 'CI: Run cibuildwheel'
32
32
) ||
33
- contains(github.event.pull_request.labels.*.name, 'Run cibuildwheel')
33
+ contains(github.event.pull_request.labels.*.name, 'CI: Run cibuildwheel')
34
34
)
35
35
name : Build sdist and wheel on ${{ matrix.os }}
36
36
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 28
28
github.event_name == 'pull_request' && (
29
29
(
30
30
github.event.action == 'labeled' &&
31
- github.event.label.name == 'Run cibuildwheel'
31
+ github.event.label.name == 'CI: Run cibuildwheel'
32
32
) ||
33
- contains(github.event.pull_request.labels.*.name, 'Run cibuildwheel')
33
+ contains(github.event.pull_request.labels.*.name, 'CI: Run cibuildwheel')
34
34
)
35
35
name : Build wheels on ${{ matrix.os }}
36
36
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 64
64
(
65
65
(
66
66
github.event.action == 'labeled' &&
67
- github.event.label.name == 'Run cygwin'
67
+ github.event.label.name == 'CI: Run cygwin'
68
68
) ||
69
- contains(github.event.pull_request.labels.*.name, 'Run cygwin')
69
+ contains(github.event.pull_request.labels.*.name, 'CI: Run cygwin')
70
70
)
71
71
)
72
72
)
You can’t perform that action at this time.
0 commit comments