From ee431786b463a8dd8f3683835f8e784e248898c2 Mon Sep 17 00:00:00 2001 From: youjin Date: Wed, 11 Feb 2026 09:55:39 +0800 Subject: [PATCH] [test] Testing whether there are security issues in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e555fd43..8e692f15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ name: Flink Agents CI on: push: branches: [ main, 'release-*' ] - pull_request: + pull_request_target: branches: [ main, 'release-*' ] workflow_dispatch: