From dd99a7360d62c4e5651dd10b38fadc5533ce4ca2 Mon Sep 17 00:00:00 2001 From: Michael Neale Date: Fri, 7 Feb 2025 12:57:44 +1100 Subject: [PATCH] hotfix: Update quarantine.yml (#1137) --- .github/workflows/quarantine.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quarantine.yml b/.github/workflows/quarantine.yml index 808fa22ce8..6590380211 100644 --- a/.github/workflows/quarantine.yml +++ b/.github/workflows/quarantine.yml @@ -1,7 +1,7 @@ name: Quarantine check on: - pull_request: + pull_request_target: branches: - main @@ -35,4 +35,4 @@ jobs: echo "continuing..." env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}