From e4550556cf2b604f0b7a6876af5dac7ca92eab0f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 26 Feb 2021 08:51:54 +0000 Subject: [PATCH] Remove checks for skipping CI GitHub Actions now checks for `[skip ci]` by default. --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4afa50..a15150a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,8 +12,6 @@ jobs: name: Test Drupal site installation - if: "!contains(github.event.head_commit.message, '[ci skip]')" - steps: - name: Checkout code uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 @@ -63,8 +61,6 @@ jobs: runs-on: ubuntu-latest - if: "!contains(github.event.head_commit.message, '[ci skip]')" - strategy: matrix: theme-path: @@ -96,8 +92,6 @@ jobs: name: "Run ${{ matrix.test-types }} tests" - if: "!contains(github.event.head_commit.message, '[ci skip]')" - strategy: matrix: test-types: @@ -144,8 +138,6 @@ jobs: name: "Run coding standards checks" - if: "!contains(github.event.head_commit.message, '[ci skip]')" - steps: - name: Checkout code uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675