Skip to content

Commit

Permalink
really matrix concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Nov 10, 2024
1 parent 202904f commit 65c5581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65c5581

Please sign in to comment.