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: