From a2e4eebd20ed9936a0001bb7b8156aff1def4852 Mon Sep 17 00:00:00 2001 From: baoloongmao Date: Tue, 13 Aug 2024 19:49:53 +0800 Subject: [PATCH] Disable rust ci check --- .github/workflows/rust.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ba19555a8d..9f74205b98 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -18,14 +18,15 @@ name: Rust on: - push: - branches: - - 'master' - - 'branch-*' - tags: - - '*' - pull_request: - workflow_dispatch: +# As the rust ci is failed all the time, we disable it for now. +# push: +# branches: +# - 'master' +# - 'branch-*' +# tags: +# - '*' +# pull_request: +# workflow_dispatch: env: CARGO_TERM_COLOR: always