From 4e74a1811b3f61a18445740a4d3a84a5006e8499 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sun, 24 Nov 2024 22:15:25 +0000 Subject: [PATCH] ci: set cancel-in-progress to true Signed-off-by: Jason Volk --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9385c5e3..b4b2c1f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ on: concurrency: group: ${{ github.head_ref || github.ref_name }} - cancel-in-progress: false + cancel-in-progress: true env: # sccache only on main repo