From 3f913c79891767e8c87ad13d7762ccba552f4dae Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 21 Jun 2021 13:41:18 +0200 Subject: [PATCH] [GHA] continue on failure - while testing --- .github/workflows/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 32e59d0bd..2fb95451b 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -16,8 +16,7 @@ on: jobs: build: - if: always() - if: "!contains(github.event.head_commit.message, 'skip ci')" + if: "!contains(github.event.head_commit.message, 'skip ci')" || always() runs-on: ubuntu-latest steps: