From d5952b6f5cf877c5ec599d56cdbbd0525e6bac69 Mon Sep 17 00:00:00 2001 From: Manuel Candales Date: Thu, 5 Feb 2026 16:12:04 -0500 Subject: [PATCH] Metal/CUDA CI: cancel-in-progress=True --- .github/workflows/cuda.yml | 2 +- .github/workflows/metal.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cuda.yml b/.github/workflows/cuda.yml index 43e92790752..98461f2a989 100644 --- a/.github/workflows/cuda.yml +++ b/.github/workflows/cuda.yml @@ -17,7 +17,7 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}-${{ github.event_name == 'schedule' }} - cancel-in-progress: false + cancel-in-progress: true jobs: test-cuda-builds: diff --git a/.github/workflows/metal.yml b/.github/workflows/metal.yml index bf86b01aff8..e772c48b4d8 100644 --- a/.github/workflows/metal.yml +++ b/.github/workflows/metal.yml @@ -9,7 +9,7 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}-${{ github.event_name == 'schedule' }} - cancel-in-progress: false + cancel-in-progress: true jobs: test-metal-builds: