From e26a8d481d321adbc59beebfe7459886d749c6b9 Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Sat, 16 Sep 2023 09:52:20 +0100 Subject: [PATCH] Fix `cancel-in-progress` in GH Actions workflow (#723) --- .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..329201dd 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: true jobs: test: