From 65c5581d26e5f529c87225600ac6de45c0f0333d Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Sat, 9 Nov 2024 23:14:36 -0600 Subject: [PATCH] really matrix concurrency --- .github/workflows/reusable-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index fd7180b..736905d 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -52,7 +52,7 @@ jobs: - image: ucore-hci flavor: nvidia concurrency: - group: ${{ github.workflow }}-${{ github.ref || github.run_id }}-${{ inputs.flavor }}-${{ matrix.image }}-${{ matrix.stream }} + group: ${{ github.workflow }}-${{ github.ref || github.run_id }}-${{ matrix.image }}-${{ matrix.flavor }}-${{ matrix.stream }} cancel-in-progress: true steps: - name: Checkout Push to Registry Action