Skip to content

Commit b98498e

Browse files
authored
Merge pull request #284 from FeignClaims/chore/redundant_skip_ci [skip ci]
chore: remove redundant [skip ci] check
2 parents 9cde8af + fdd981f commit b98498e

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

.github/workflows/ci.cross.arm.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88

99
jobs:
1010
Test:
11-
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
1211
runs-on: ${{ matrix.os }}
1312
strategy:
1413
fail-fast: false

.github/workflows/ci.cross.mingw.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88

99
jobs:
1010
Test:
11-
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
1211
runs-on: ${{ matrix.os }}
1312
strategy:
1413
fail-fast: false

.github/workflows/ci.emscripten.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88

99
jobs:
1010
Test:
11-
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
1211
runs-on: ${{ matrix.os }}
1312
strategy:
1413
fail-fast: false

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88

99
jobs:
1010
Test:
11-
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
1211
runs-on: ${{ matrix.os }}
1312
strategy:
1413
fail-fast: false

0 commit comments

Comments
 (0)