From 4def5a19a4e8adc842b8e35cb0e072e7ecbcc912 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sat, 2 Jan 2021 22:20:59 +0100 Subject: [PATCH] Add check for skipping tests --- .github/workflows/testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c8ebac3..328c1b7 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -5,6 +5,7 @@ on: [pull_request, push] jobs: build: runs-on: ubuntu-latest + if: "!contains(github.event.head_commit.message, '[skip tests]')" strategy: max-parallel: 3 matrix: