Remove explicit SKIP CI workflow logic

GitHub has it built-in now: https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/
This commit is contained in:
arkon 2021-06-24 12:35:24 -04:00
parent 4b8cdce6f0
commit 410e77f999
2 changed files with 0 additions and 4 deletions

View File

@ -17,7 +17,6 @@ jobs:
build_multisrc: build_multisrc:
name: Build multisrc modules name: Build multisrc modules
needs: check_wrapper needs: check_wrapper
if: "!startsWith(github.event.head_commit.message, '[SKIP CI]')"
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
@ -60,7 +59,6 @@ jobs:
build_individual: build_individual:
name: Build individual modules name: Build individual modules
needs: check_wrapper needs: check_wrapper
if: "!startsWith(github.event.head_commit.message, '[SKIP CI]')"
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:

View File

@ -24,7 +24,6 @@ jobs:
build_multisrc: build_multisrc:
name: Build multisrc modules name: Build multisrc modules
needs: check_wrapper needs: check_wrapper
if: "!startsWith(github.event.head_commit.message, '[SKIP CI]')"
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
@ -74,7 +73,6 @@ jobs:
build_individual: build_individual:
name: Build individual modules name: Build individual modules
needs: check_wrapper needs: check_wrapper
if: "!startsWith(github.event.head_commit.message, '[SKIP CI]')"
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix: