From 05ff620d4db2f24cf51399dc2fa798dbbc86ad50 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Thu, 18 Apr 2024 19:12:51 -0700 Subject: [PATCH] [Ci] Always cancel-in-progress --- .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 0a455c7b3b..34756ebc5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ permissions: concurrency: group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_id || github.ref }} - cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} + cancel-in-progress: true on: workflow_dispatch: