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 6f0777a commit 7ea5d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sel4bench-hw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# To reduce the load on GitHub runner numbers and machine queue we cancel
# any older runs of this workflow for the current PR.
concurrency:
group: ${{ github.workflow }}-sel4bench-pr-build-${{ github.event.number }}
group: ${{ github.workflow }}-sel4bench-build-pr-${{ github.event.number }}}-${{ strategy.job-index }}
cancel-in-progress: true
strategy:
fail-fast: false
Expand Down

0 comments on commit 7ea5d2d

Please sign in to comment.