From 998e6288566f43a75cb39f2ed340d5a81290c90e Mon Sep 17 00:00:00 2001 From: spreston8 Date: Thu, 2 Apr 2026 13:08:20 -0700 Subject: [PATCH] ci: add cancel-in-progress to concurrency block New pushes to the same branch cancel in-progress runs instead of queuing behind them. Co-Authored-By: Claude --- .github/workflows/required-workflow.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/required-workflow.yml b/.github/workflows/required-workflow.yml index e44f7686d..457f1db50 100644 --- a/.github/workflows/required-workflow.yml +++ b/.github/workflows/required-workflow.yml @@ -15,11 +15,9 @@ on: - main - "feature/**" -# Prevent interleaving of integration test jobs on single-runner-per-arch -# self-hosted runners. A second workflow run for the same ref queues until -# the first completes rather than cancelling it. concurrency: group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true env: # This is read by every new JVM. Every JVM thinks it can use up to 80% of