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: