From a4a4b140b69b9f630e12364aa494e4d420e4672a Mon Sep 17 00:00:00 2001 From: Manikandan Subramaniam <113734488+manikandan-xilinx@users.noreply.github.com> Date: Thu, 6 Jun 2024 13:35:49 -0700 Subject: [PATCH] removing pr target --- .github/workflows/xrt_pr.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/xrt_pr.yml b/.github/workflows/xrt_pr.yml index 2f352c3b68f..1eafc00a7c3 100644 --- a/.github/workflows/xrt_pr.yml +++ b/.github/workflows/xrt_pr.yml @@ -6,8 +6,9 @@ env: ENV: 'test' on: - pull_request_target: - types: [opened, edited, synchronize, labeled] + # pull_request_target: + workflow_call: + # types: [opened, edited, synchronize, labeled] concurrency: group: ${{ github.event.pull_request.head.repo.full_name }}-${{ github.event.pull_request.head.ref }}