From 0e3fb570381ab05809ec701b45a38dbf0cccb683 Mon Sep 17 00:00:00 2001 From: Jamie Tanna Date: Fri, 5 Jun 2026 13:49:51 +0100 Subject: [PATCH] ci: don't cancel "stale" PR workflows When we introduced this in ce15607d5aacad507cfca5e309690da7fe1962df, it seems like this has been intermittently leading to PR workflows being cancelled as they're "stale" because they were started after the current time. We shouldn't try and cancel these workflows, and should instead require the per-workflow concurrency to do that for PRs. --- .github/workflows/cancel-stale-merge-queue-workflows.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cancel-stale-merge-queue-workflows.yml b/.github/workflows/cancel-stale-merge-queue-workflows.yml index 5d3697f2281..78ae501d46d 100644 --- a/.github/workflows/cancel-stale-merge-queue-workflows.yml +++ b/.github/workflows/cancel-stale-merge-queue-workflows.yml @@ -1,7 +1,6 @@ # based on https://github.com/PierreRAFFA/cancel-previous-runs-action/blob/main/.github/workflows/test.yaml name: Cancel stale merge queue workflows on: - pull_request: {} merge_group: types: - checks_requested