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 3298ade8d Chore: Re-enable rust CI (#2085)
3298ade8d is described below

commit 3298ade8d07b0c07671d6e44e1a500da0b90c028
Author: advancedxy <xian...@apache.org>
AuthorDate: Mon Aug 26 18:50:17 2024 +0800

    Chore: Re-enable rust CI (#2085)
---
 .github/workflows/rust.yml | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 9f74205b9..ba19555a8 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -18,15 +18,14 @@
 name: Rust
 
 on:
-#  As the rust ci is failed all the time, we disable it for now.
-#  push:
-#    branches:
-#      - 'master'
-#      - 'branch-*'
-#    tags:
-#      - '*'
-#  pull_request:
-#  workflow_dispatch:
+  push:
+    branches:
+      - 'master'
+      - 'branch-*'
+    tags:
+      - '*'
+  pull_request:
+  workflow_dispatch:
 
 env:
   CARGO_TERM_COLOR: always

Reply via email to