From 6d6ea472e9445b956f40eefdd96b82c62532e861 Mon Sep 17 00:00:00 2001 From: Michael Kriese <michael.kriese@visualon.de> Date: Thu, 8 Feb 2024 14:03:13 +0100 Subject: [PATCH] ci: don't cancel on main (#27142) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd78c82285..485c35c74d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ permissions: concurrency: group: ${{ github.workflow }}-${{ github.event.number || github.ref }} - cancel-in-progress: true + cancel-in-progress: ${{ github.ref_name != 'main' }} env: # Currently no way to detect automatically (#8153) -- GitLab