From 5bf0060e0a506d8b7a85e0f63898cb1cc8d4dcba Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 25 Nov 2021 00:38:37 +0900 Subject: [DOC] Skip tests if only documents change [ci skip] Run only checks for source code. Currently, our CIs do almost nothing about the documents. --- .github/workflows/ubuntu.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows/ubuntu.yml') diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index e63e12ac0e..1c3f27eaef 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -36,6 +36,7 @@ jobs: GITPULLOPTIONS: --no-tags origin ${{github.ref}} RUBY_DEBUG: ci runs-on: ${{ matrix.os }} + if: ${{ !startsWith(github.event.head_commit.message, '[DOC]') }} steps: - run: mkdir build working-directory: -- cgit v1.2.3