From c5dabc62e52713fad471e77af3866c3d7a5fbdd0 Mon Sep 17 00:00:00 2001 From: Matt Borland Date: Wed, 17 Jul 2024 13:02:23 -0400 Subject: [PATCH] Disable joint concurrency --- .github/workflows/cuda-b2.yml | 4 ---- .github/workflows/cuda.yml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/cuda-b2.yml b/.github/workflows/cuda-b2.yml index 6ac5badf2..4c67d2fb5 100644 --- a/.github/workflows/cuda-b2.yml +++ b/.github/workflows/cuda-b2.yml @@ -14,10 +14,6 @@ on: - develop - feature/** -concurrency: - group: ${{ github.head_ref || github.run_id }} - cancel-in-progress: true - env: GIT_FETCH_JOBS: 8 NET_RETRY_COUNT: 5 diff --git a/.github/workflows/cuda.yml b/.github/workflows/cuda.yml index 2a5f36c9b..39797676c 100644 --- a/.github/workflows/cuda.yml +++ b/.github/workflows/cuda.yml @@ -14,10 +14,6 @@ on: release: types: [published, created, edited] -concurrency: - group: ${{ github.head_ref || github.run_id }} - cancel-in-progress: true - jobs: posix-cmake-test: strategy: