From 410e77f999f762e1da529f35fbe400baa70fe30b Mon Sep 17 00:00:00 2001 From: arkon Date: Thu, 24 Jun 2021 12:35:24 -0400 Subject: [PATCH] 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/ --- .github/workflows/build_pull_request.yml | 2 -- .github/workflows/build_push.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/build_pull_request.yml b/.github/workflows/build_pull_request.yml index fc5d6120c..38496cdac 100644 --- a/.github/workflows/build_pull_request.yml +++ b/.github/workflows/build_pull_request.yml @@ -17,7 +17,6 @@ jobs: build_multisrc: name: Build multisrc modules needs: check_wrapper - if: "!startsWith(github.event.head_commit.message, '[SKIP CI]')" runs-on: ubuntu-latest strategy: matrix: @@ -60,7 +59,6 @@ jobs: build_individual: name: Build individual modules needs: check_wrapper - if: "!startsWith(github.event.head_commit.message, '[SKIP CI]')" runs-on: ubuntu-latest strategy: matrix: diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index ccfc0c502..510fecc6c 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -24,7 +24,6 @@ jobs: build_multisrc: name: Build multisrc modules needs: check_wrapper - if: "!startsWith(github.event.head_commit.message, '[SKIP CI]')" runs-on: ubuntu-latest strategy: matrix: @@ -74,7 +73,6 @@ jobs: build_individual: name: Build individual modules needs: check_wrapper - if: "!startsWith(github.event.head_commit.message, '[SKIP CI]')" runs-on: ubuntu-latest strategy: matrix: