From e6a7b6c2f97140d4fd09784048f594abecca2c91 Mon Sep 17 00:00:00 2001 From: anakinxc <103552181+anakinxc@users.noreply.github.com> Date: Wed, 3 Jan 2024 20:28:36 +0800 Subject: [PATCH] Update circleci.yml --- .github/workflows/circleci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/circleci.yml b/.github/workflows/circleci.yml index 01946f20..0c686aad 100644 --- a/.github/workflows/circleci.yml +++ b/.github/workflows/circleci.yml @@ -4,7 +4,7 @@ on: push: branches: - main - pull_request: + pull_request_target: branches: - main jobs: @@ -15,4 +15,4 @@ jobs: id: secretflow-yacl-ci uses: CircleCI-Public/trigger-circleci-pipeline-action@v1.1.0 env: - CCI_TOKEN: ${{ secrets.CCI_TOKEN }} \ No newline at end of file + CCI_TOKEN: ${{ secrets.CCI_TOKEN }}