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 }}