From e5db75cd58ba5eaeeaddd68386ace18cf6a712aa Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Sun, 4 Jul 2021 14:54:07 +0200 Subject: [PATCH] Update workflow [skip travis] --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 5896402d2..33fbe0d3e 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -24,7 +24,7 @@ on: jobs: build: #if: "!contains(github.event.head_commit.message, 'skipci')" - if: "contains(github.event.head_commit.message, '[ci skip]')" + #if: "contains(github.event.head_commit.message, '[ci skip]')" runs-on: ubuntu-latest steps: