From 7cd2c18ab53474ff6f4182b31dd4275f386b9233 Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Fri, 15 Sep 2023 22:09:40 +0100 Subject: [PATCH] Fix `cancel-in-progress` in GH Actions workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9c5c53aa..65d4cf24 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ permissions: {} concurrency: group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: ${{ github.ref == 'refs/heads/master' }} + cancel-in-progress: ${{ github.ref != 'refs/heads/master' }} jobs: test: