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: