Skip to content

Commit f8713d9

Browse files
authored
Merge pull request #252 from dentarg/patch-1
GitHub Actions now supports skipping tests
2 parents 813198c + aa49a98 commit f8713d9

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ jobs:
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:
@@ -28,11 +23,6 @@ jobs:
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:
@@ -74,11 +64,6 @@ jobs:
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:

0 commit comments

Comments
 (0)