From 439de44feee9b04b6e768c9588482dd900c7fb98 Mon Sep 17 00:00:00 2001 From: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com> Date: Thu, 24 Sep 2026 10:03:01 -0700 Subject: [PATCH] Avoid cancelling required policy checks Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com> --- .github/workflows/benchmark-policy.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/benchmark-policy.yml b/.github/workflows/benchmark-policy.yml index 82a3abc..4074b7c 100644 --- a/.github/workflows/benchmark-policy.yml +++ b/.github/workflows/benchmark-policy.yml @@ -10,10 +10,6 @@ permissions: pull-requests: read issues: read -concurrency: - group: benchmark-policy-${{ github.event.pull_request.number }} - cancel-in-progress: true - jobs: policy: name: Benchmark Policy