Skip to content

Commit fdd981f

Browse files
committed
chore: remove redundant [skip ci] check
Skipping workflow runs is now supported by default (see [Skipping workflow runs](https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-workflow-runs/skipping-workflow-runs)).
1 parent bd2be71 commit fdd981f

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)