From 7cdf18de9935e0a31b647c8ed98292953997567f Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 5 Sep 2024 13:58:47 -0700 Subject: [PATCH] fix(ci): add support for pull_request_target --- .github/workflows/chromatic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index ba2d2b92b..6466849bb 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -30,7 +30,7 @@ jobs: - name: Check out pull request code uses: actions/checkout@v4 - if: github.event_name == 'pull_request' + if: github.event_name == 'pull_request' || github.event_name == 'pull_request_target' with: repository: ${{ github.event.pull_request.head.repo.full_name }}