This is an automated email from the ASF dual-hosted git repository.
lizhanhui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
The following commit(s) were added to refs/heads/master by this push:
new fce2603 pull_request_target is not a good fit
fce2603 is described below
commit fce260382cc231c8ac9bc9131ff1e39a0fe60c0b
Author: Li Zhanhui <[email protected]>
AuthorDate: Mon Aug 15 11:50:28 2022 +0800
pull_request_target is not a good fit
---
.github/workflows/cpp_build.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/cpp_build.yml b/.github/workflows/cpp_build.yml
index 8a28ecd..666d879 100644
--- a/.github/workflows/cpp_build.yml
+++ b/.github/workflows/cpp_build.yml
@@ -1,6 +1,6 @@
name: CPP Build
on:
- pull_request_target:
+ pull_request:
types: [opened, reopened, synchronize]
paths:
- 'cpp/**'
@@ -42,4 +42,4 @@ jobs:
- name: Run Unit Tests On macOS
working-directory: ./cpp
if: runner.os == 'macOS'
- run: bazel test //...
\ No newline at end of file
+ run: bazel test //...