File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 branches :
55 - master
66 - zjit-fork-ci
7- paths-ignore :
8- - ' doc/**'
9- - ' **/man/*'
10- - ' **.md'
11- - ' **.rdoc'
12- - ' **/.document'
13- - ' .*.yml'
147 pull_request :
158 types :
169 - opened
5750
5851 runs-on : macos-14
5952
60- if : >-
61- ${{!(false
62- || contains(github.event.head_commit.message, '[DOC]')
63- || contains(github.event.pull_request.title, '[DOC]')
64- || contains(github.event.pull_request.labels.*.name, 'Documentation')
65- || (github.event.pull_request.user.login == 'dependabot[bot]' && !startsWith(github.head_ref, 'dependabot/cargo'))
66- )}}
67-
6853 steps :
6954 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7055 with :
Original file line number Diff line number Diff line change 44 branches :
55 - master
66 - zjit-fork-ci
7- paths-ignore :
8- - ' doc/**'
9- - ' **/man/*'
10- - ' **.md'
11- - ' **.rdoc'
12- - ' **/.document'
13- - ' .*.yml'
147 pull_request :
158 types :
169 - opened
2922
3023 runs-on : ubuntu-22.04
3124
32- if : >-
33- ${{!(false
34- || contains(github.event.head_commit.message, '[DOC]')
35- || contains(github.event.pull_request.title, '[DOC]')
36- || contains(github.event.pull_request.labels.*.name, 'Documentation')
37- || (github.event.pull_request.user.login == 'dependabot[bot]' && !startsWith(github.head_ref, 'dependabot/cargo'))
38- )}}
39-
4025 steps :
4126 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4227 with :
You can’t perform that action at this time.
0 commit comments