File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222
2323jobs :
2424 build :
25+ if : " !contains(github.event.head_commit.message || '', ':skip android')"
2526 strategy :
2627 matrix :
2728 include :
Original file line number Diff line number Diff line change 2020
2121jobs :
2222 build :
23+ if : " !contains(github.event.head_commit.message || '', ':skip ios')"
2324 strategy :
2425 matrix :
2526 include :
Original file line number Diff line number Diff line change 4040
4141jobs :
4242 build :
43+ if : " !contains(github.event.head_commit.message || '', ':skip macos')"
4344 runs-on : macos-latest
4445
4546 steps :
Original file line number Diff line number Diff line change 4646
4747jobs :
4848 build :
49+ if : " !contains(github.event.head_commit.message || '', ':skip smoketest')"
4950 runs-on : ubuntu-24.04
5051
5152 steps :
Original file line number Diff line number Diff line change 5454
5555jobs :
5656 build :
57+ if : " !contains(github.event.head_commit.message || '', ':skip ubuntu')"
5758 strategy :
5859 matrix :
5960 os : [ubuntu-22.04, ubuntu-24.04]
Original file line number Diff line number Diff line change 6565
6666jobs :
6767 build :
68+ if : " !contains(github.event.head_commit.message || '', ':skip windows')"
6869 strategy :
6970 matrix :
7071 arch : [x86, x64]
You can’t perform that action at this time.
0 commit comments