From 9de93789b6c07e9c7ce40a4ab16ae41c0318ebdc Mon Sep 17 00:00:00 2001 From: Freeman <105403280+F-WRunTime@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:41:41 -0700 Subject: [PATCH] Parallel Fixed Dep Builds (#950) Do not cancel jobs in progress when a new job is requested --- .github/workflows/kontrol-push-fixed-deps.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/kontrol-push-fixed-deps.yml b/.github/workflows/kontrol-push-fixed-deps.yml index 032f04bcc..cc2537a9b 100644 --- a/.github/workflows/kontrol-push-fixed-deps.yml +++ b/.github/workflows/kontrol-push-fixed-deps.yml @@ -8,10 +8,6 @@ on: description: "Branch of Kontrol to use to build the Docker image" required: true -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - jobs: dockerhub: name: 'Build and Publish Docker Image'