This is an automated email from the ASF dual-hosted git repository.

yongwww pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new ba6c743aa1 [skip ci] [CI] Remove legacy CI runners protection (#17621)
ba6c743aa1 is described below

commit ba6c743aa17494610ddb6be7db754f7d6e15fcc1
Author: Siyuan Feng <[email protected]>
AuthorDate: Tue Feb 4 01:25:54 2025 +0800

    [skip ci] [CI] Remove legacy CI runners protection (#17621)
    
    [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 7aa29bf955..3973431cb9 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

Reply via email to