Commit 646704e 1 parent 971af7d commit 646704e Copy full SHA for 646704e
File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 30
30
31
31
jobs :
32
32
build-cpu :
33
- if : ${{ github.event.label.name == 'ready' }}
33
+ if : github.event.label.name == 'ready' || github.event_name == 'push'
34
34
runs-on : ${{ matrix.os }}
35
35
strategy :
36
36
fail-fast : false
Original file line number Diff line number Diff line change 30
30
31
31
jobs :
32
32
build :
33
- if : ${{ github.event.label.name == 'ready' }}
33
+ if : github.event.label.name == 'ready' || github.event_name == 'push'
34
34
runs-on : ${{ matrix.os }}
35
35
strategy :
36
36
fail-fast : false
Original file line number Diff line number Diff line change 27
27
28
28
jobs :
29
29
run-tests-cpu :
30
- if : ${{ github.event.label.name == 'ready' }}
30
+ if : github.event.label.name == 'ready' || github.event_name == 'push'
31
31
runs-on : ${{ matrix.os }}
32
32
strategy :
33
33
fail-fast : false
Original file line number Diff line number Diff line change 27
27
28
28
jobs :
29
29
run-tests :
30
- if : ${{ github.event.label.name == 'ready' }}
30
+ if : github.event.label.name == 'ready' || github.event_name == 'push'
31
31
runs-on : ${{ matrix.os }}
32
32
strategy :
33
33
fail-fast : false
Original file line number Diff line number Diff line change 30
30
jobs :
31
31
build-windows :
32
32
# see https://github.com/actions/virtual-environments/blob/win19/20210525.0/images/win/Windows2019-Readme.md
33
- if : ${{ github.event.label.name == 'ready' }}
33
+ if : github.event.label.name == 'ready' || github.event_name == 'push'
34
34
runs-on : ${{ matrix.os }}
35
35
strategy :
36
36
fail-fast : false
You can’t perform that action at this time.
0 commit comments