Skip to content

Commit

Permalink
CI: remove obsolete concurrency setup in job
Browse files Browse the repository at this point in the history
The concurrency is set for the whole workflow already

Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
axel-h authored and Indanz committed Feb 9, 2024
1 parent 1a52833 commit a8eebab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/sel4bench-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ jobs:
req: skylake
- platform: pc99
req: haswell3
# do run concurrently in the build matrix, but only one overall run per PR at a time
concurrency: sel4bench-hw-pr-${{ github.event.number }}-${{ strategy.job-index }}
steps:
- name: Get machine queue
uses: actions/checkout@v4
Expand Down

0 comments on commit a8eebab

Please sign in to comment.