From 8352e781b9beb84fd2f6cf637c16aaa9600a5429 Mon Sep 17 00:00:00 2001 From: Gerwin Klein Date: Sat, 10 Feb 2024 13:06:21 +1100 Subject: [PATCH] testing Signed-off-by: Gerwin Klein --- .github/workflows/sel4test-sim.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sel4test-sim.yml b/.github/workflows/sel4test-sim.yml index 3986adc6..d38259dd 100644 --- a/.github/workflows/sel4test-sim.yml +++ b/.github/workflows/sel4test-sim.yml @@ -16,9 +16,9 @@ on: # waiting for the workflow to finish. As a side effect, pushing new commits now # becomes a convenient way to cancel all the older runs, e.g. if they are stuck # and would only be stopped by the timeout eventually. -concurrency: - group: ${{ github.workflow }}-pr-${{ github.event.number }} - cancel-in-progress: true +# concurrency: +# group: ${{ github.workflow }}-pr-${{ github.event.number }} +# cancel-in-progress: true jobs: sim: