From 988d889ba787d3f3b4b7cd74060eb030e4d9c133 Mon Sep 17 00:00:00 2001 From: Kevin Minehart <5140827+kminehart@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:39:33 -0500 Subject: [PATCH] CI: Don't cancel in-progress release builds (#107153) Don't cancel in-progress release builds --- .github/workflows/release-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 25f5481c05f..c09d3fde064 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -8,7 +8,7 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true + cancel-in-progress: false permissions: contents: read