diff --git a/.github/workflows/sel4bench-pr.yml b/.github/workflows/sel4bench-pr.yml index 5f48537f..a8ad7934 100644 --- a/.github/workflows/sel4bench-pr.yml +++ b/.github/workflows/sel4bench-pr.yml @@ -4,7 +4,7 @@ # Build and run sel4bench on pull requests -name: seL4Bench PR +name: seL4Bench-PR on: pull_request_target: @@ -16,6 +16,12 @@ on: permissions: contents: read +# Cancel older runs of this workflow that are still not finished for the +# current PR. This reduces the CI load. +concurrency: + group: ${{ github.workflow }}-pr-${{ github.event.number }} + cancel-in-progress: true + jobs: code: name: Freeze Code