From 0b74d5edc458b4526b4a050a327ffdd0c2f0a039 Mon Sep 17 00:00:00 2001 From: Siyuan Feng Date: Mon, 3 Feb 2025 21:56:51 +0800 Subject: [PATCH] [CI] Remove legacy CI runners protection This PR changes `.asf.yaml` to remove legacy CI runners protection, including: - cortexm/pr-head - riscv/pr-head - minimal/pr-head - cross-isa-minimal/pr-head --- .asf.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 7aa29bf955f7..3973431cb9d9 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -58,17 +58,13 @@ github: contexts: - unity/pr-head - arm/pr-head - - cortexm/pr-head - cpu/pr-head - docker/pr-head - gpu/pr-head - hexagon/pr-head - i386/pr-head - lint/pr-head - - minimal/pr-head - - riscv/pr-head - wasm/pr-head - - cross-isa-minimal/pr-head required_pull_request_reviews: required_approving_review_count: 1