File tree 3 files changed +3
-8
lines changed
3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 15
15
- master
16
16
17
17
jobs :
18
- JOB :
19
- if : github.event.pull_request.draft == false
20
18
test :
19
+ if : github.event.pull_request.draft == false
21
20
name : Test Suite
22
21
runs-on : macos-latest
23
22
steps :
Original file line number Diff line number Diff line change 15
15
- master
16
16
17
17
jobs :
18
- JOB :
19
- if : github.event.pull_request.draft == false
20
-
21
18
check :
19
+ if : github.event.pull_request.draft == false
22
20
name : Check
23
21
runs-on : ubuntu-latest
24
22
steps :
Original file line number Diff line number Diff line change 15
15
- master
16
16
17
17
jobs :
18
- JOB :
19
- if : github.event.pull_request.draft == false
20
-
21
18
test :
19
+ if : github.event.pull_request.draft == false
22
20
runs-on : windows-latest
23
21
name : (${{ matrix.target }}, ${{ matrix.cfg_release_channel }})
24
22
env :
You can’t perform that action at this time.
0 commit comments