File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 77 rubocop :
88 name : RuboCop
99 runs-on : ${{ matrix.os }}
10- if : |
11- !( contains(github.event.pull_request.title, '[ci skip]')
12- || contains(github.event.pull_request.title, '[skip ci]')
13- || contains(github.event.head_commit.message, '[ci skip]')
14- || contains(github.event.head_commit.message, '[skip ci]'))
1510 strategy :
1611 fail-fast : false
1712 matrix :
2823 specs :
2924 name : ${{ matrix.os }} ${{ matrix.ruby }}
3025 runs-on : ${{ matrix.os }}
31- if : |
32- !( contains(github.event.pull_request.title, '[ci skip]')
33- || contains(github.event.pull_request.title, '[skip ci]')
34- || contains(github.event.head_commit.message, '[ci skip]')
35- || contains(github.event.head_commit.message, '[skip ci]'))
3626 strategy :
3727 fail-fast : false
3828 matrix :
7464 smoketests :
7565 name : smoketest with influx ${{ matrix.influx_version }}
7666 runs-on : ubuntu-20.04
77- if : |
78- !( contains(github.event.pull_request.title, '[ci skip]')
79- || contains(github.event.pull_request.title, '[skip ci]')
80- || contains(github.event.head_commit.message, '[ci skip]')
81- || contains(github.event.head_commit.message, '[skip ci]'))
8267 strategy :
8368 fail-fast : false
8469 matrix :
You can’t perform that action at this time.
0 commit comments