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 2828 github.event_name == 'pull_request' && (
2929 (
3030 github.event.action == 'labeled' &&
31- github.event.label.name == 'Run cibuildwheel'
31+ github.event.label.name == 'CI: Run cibuildwheel'
3232 ) ||
33- contains(github.event.pull_request.labels.*.name, 'Run cibuildwheel')
33+ contains(github.event.pull_request.labels.*.name, 'CI: Run cibuildwheel')
3434 )
3535 name : Build sdist and wheel on ${{ matrix.os }}
3636 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 2828 github.event_name == 'pull_request' && (
2929 (
3030 github.event.action == 'labeled' &&
31- github.event.label.name == 'Run cibuildwheel'
31+ github.event.label.name == 'CI: Run cibuildwheel'
3232 ) ||
33- contains(github.event.pull_request.labels.*.name, 'Run cibuildwheel')
33+ contains(github.event.pull_request.labels.*.name, 'CI: Run cibuildwheel')
3434 )
3535 name : Build wheels on ${{ matrix.os }}
3636 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 6464 (
6565 (
6666 github.event.action == 'labeled' &&
67- github.event.label.name == 'Run cygwin'
67+ github.event.label.name == 'CI: Run cygwin'
6868 ) ||
69- contains(github.event.pull_request.labels.*.name, 'Run cygwin')
69+ contains(github.event.pull_request.labels.*.name, 'CI: Run cygwin')
7070 )
7171 )
7272 )
You can’t perform that action at this time.
0 commit comments