This is an automated email from the ASF dual-hosted git repository.
xianjin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
The following commit(s) were added to refs/heads/master by this push:
new 3673b5598 Disable rust ci check temporarily (#2041)
3673b5598 is described below
commit 3673b5598739d72b91174393b06390ae1e69a373
Author: maobaolong <[email protected]>
AuthorDate: Wed Aug 14 10:34:56 2024 +0800
Disable rust ci check temporarily (#2041)
---
.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 ba19555a8..9f74205b9 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