From e2528fcf3ff9e4095744d08c8f056bf8a9b0a1c1 Mon Sep 17 00:00:00 2001 From: Gerwin Klein Date: Tue, 13 Feb 2024 09:21:45 +1100 Subject: [PATCH] [squash] workflows: job-index Co-authored-by: Axel Heider Signed-off-by: Gerwin Klein --- .github/workflows/sel4test-hw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sel4test-hw.yml b/.github/workflows/sel4test-hw.yml index 686ed80d..f9e2026a 100644 --- a/.github/workflows/sel4test-hw.yml +++ b/.github/workflows/sel4test-hw.yml @@ -49,7 +49,7 @@ jobs: # To reduce the load (especially on the machine queue) we cancel any older # runs of this workflow for the current PR. concurrency: - group: ${{ github.workflow }}-sel4test-pr-build-${{ github.event.number }} + group: ${{ github.workflow }}-sel4test-build-pr-${{ github.event.number }}}-${{ strategy.job-index }} cancel-in-progress: true strategy: fail-fast: false