This is an automated email from the ASF dual-hosted git repository.
xuetaoli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu-samples.git
The following commit(s) were added to refs/heads/main by this push:
new 8f5a11c fix: remove pull_request_target event from CI workflow
8f5a11c is described below
commit 8f5a11c42ec2ac9205f4a5554b4e15455f238ce6
Author: alanxtl <[email protected]>
AuthorDate: Tue Nov 4 10:44:44 2025 +0800
fix: remove pull_request_target event from CI workflow
---
.github/workflows/github-actions.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/github-actions.yml
b/.github/workflows/github-actions.yml
index 6e5a106..f7763c8 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -21,7 +21,6 @@ name: CI
on:
push:
pull_request:
- pull_request_target:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number ||
github.ref }}