Skip to content

Commit a7c0411

Browse files
committed
Well, [skip ci] doesn't work.
1 parent 592b28c commit a7c0411

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/python_ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
runs-on: "windows-2019"
1414
env:
1515
USING_COVERAGE: '3.6,3.7,3.8,3.9'
16-
if: contains(github.event.head_commit.message, '[skip ci]') == false
1716

1817
strategy:
1918
fail-fast: False

.github/workflows/python_ci_linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
runs-on: "ubuntu-18.04"
1414
env:
1515
USING_COVERAGE: '3.6,3.7,3.8,pypy3,3.9'
16-
if: contains(github.event.head_commit.message, '[skip ci]') == false
1716

1817
strategy:
1918
fail-fast: False

.github/workflows/python_ci_macos.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
runs-on: "macos-latest"
1414
env:
1515
USING_COVERAGE: '3.6,3.7,3.8,pypy3,3.9'
16-
if: contains(github.event.head_commit.message, '[skip ci]') == false
1716

1817
strategy:
1918
fail-fast: False

0 commit comments

Comments
 (0)