From 840ef5d8956125b7aafcbeb628ef686b74971d6c Mon Sep 17 00:00:00 2001 From: Chris Arriola Date: Wed, 13 Jul 2022 12:33:39 -0700 Subject: [PATCH] chore: Use pull_request_target. (#176) Change-Id: I3e05330215921607fd4e49af8ebee0abad1a8771 --- .github/workflows/instrumentation-test.yml | 2 ++ .github/workflows/test.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/instrumentation-test.yml b/.github/workflows/instrumentation-test.yml index 29435512..13b7f68b 100644 --- a/.github/workflows/instrumentation-test.yml +++ b/.github/workflows/instrumentation-test.yml @@ -22,6 +22,8 @@ on: branches-ignore: ['gh-pages'] pull_request: branches-ignore: ['gh-pages'] + pull_request_target: + branches-ignore: ['gh-pages'] workflow_dispatch: jobs: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4fc6ad0e..ec464f65 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,6 +22,8 @@ on: branches-ignore: ['gh-pages'] pull_request: branches-ignore: ['gh-pages'] + pull_request_target: + branches-ignore: ['gh-pages'] workflow_dispatch: jobs: