diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 339cd97bca..7647b0668e 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -13,6 +13,7 @@ jobs: matrix: test_task: [ "check", "test-bundler", "test-bundled-gems" ] fail-fast: false + if: "!contains(github.event.head_commit.message, '[ci skip]')" steps: - name: Disable Firewall run: | diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 03e5645d8f..abb4e54ad9 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -13,6 +13,7 @@ jobs: matrix: test_task: [ "check", "test-bundler", "test-bundled-gems" ] fail-fast: false + if: "!contains(github.event.head_commit.message, '[ci skip]')" steps: - run: env | sort - name: Dump GitHub context diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index cd7b98489f..ebecaa4de1 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -20,6 +20,7 @@ jobs: vs: 2017 fail-fast: false runs-on: ${{ matrix.os }} + if: "!contains(github.event.head_commit.message, '[ci skip]')" steps: - name: Install libraries with vcpkg run: |