Skip to content

Commit

Permalink
[squash] workflows: job-index
Browse files Browse the repository at this point in the history
Co-authored-by: Axel Heider <[email protected]>
Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 and axel-h authored Feb 12, 2024
1 parent 7ea5d2d commit e2528fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sel4test-hw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2528fc

Please sign in to comment.