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

junchao pushed a commit to branch fix_test
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git


The following commit(s) were added to refs/heads/fix_test by this push:
     new 0c3a1b1b fix test fail
0c3a1b1b is described below

commit 0c3a1b1be9ac8502198fc84d32b28eddb92594c5
Author: Ubuntu <[email protected]>
AuthorDate: Tue Jan 2 15:09:31 2024 +0000

    fix test fail
---
 .github/workflows/build.yml | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c73fb166..618e908f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,15 +1,13 @@
 name: bazel-build CI
 
-#on:
-on: [push]
+on:
+  push: 
+    branches:
+      - master
 
-        #push: 
-        #branches:
-        #- master
-
-        #pull_request:
-        #branches: 
-        #- master
+  pull_request:
+    branches: 
+      - master
 
 jobs:
   ubuntu-build:

Reply via email to