This is an automated email from the ASF dual-hosted git repository.
lizhanhui pushed a commit to branch bazel-dev
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/bazel-dev by this push:
new a4ebc95b04 chore: trigger github action
a4ebc95b04 is described below
commit a4ebc95b0438709e75097837369143364d70c461
Author: Zhanhui Li <[email protected]>
AuthorDate: Thu Aug 29 22:55:17 2024 +0800
chore: trigger github action
Signed-off-by: Zhanhui Li <[email protected]>
---
.github/workflows/bazel.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml
index 268a06a79f..33d22b5ec2 100644
--- a/.github/workflows/bazel.yml
+++ b/.github/workflows/bazel.yml
@@ -6,7 +6,7 @@ on:
branches:
- master
- develop
- - bazel
+ - bazel-dev
permissions:
actions: write
@@ -32,4 +32,4 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "Attempting to retry workflow..."
- gh workflow run rerun-workflow.yml -F run_id=${{ github.run_id }}
\ No newline at end of file
+ gh workflow run rerun-workflow.yml -F run_id=${{ github.run_id }}