File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1- name : Format
1+ name : format
22
33on :
44 push :
77
88jobs :
99 swift_format :
10+ if : |
11+ !startsWith(github.event.head_commit.message, '[ci skip]') &&
12+ !startsWith(github.event.head_commit.message, '[ci skip format]') &&
13+ !startsWith(github.event.head_commit.message, '[ci skip swift_format]')
1014 name : swift-format
1115 runs-on : macos-12
1216 steps :
Original file line number Diff line number Diff line change 1- name : Test
1+ name : test
22
33on :
44 push :
88
99jobs :
1010 test_macos :
11+ if : |
12+ !startsWith(github.event.head_commit.message, '[ci skip]') &&
13+ !startsWith(github.event.head_commit.message, '[ci skip test]')
14+ !startsWith(github.event.head_commit.message, '[ci skip test_macos]')
1115 runs-on : macOS-12
1216 timeout-minutes : 30
1317 steps :
You can’t perform that action at this time.
0 commit comments