From 2b1ed43cb2b09c107ac3946506a3c5cd442e2372 Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Wed, 15 Dec 2021 09:57:04 +0100 Subject: [PATCH] Chore: Support PR checks for forks (#43128) --- .github/workflows/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 7ff67a1e1b1..6d0a4079b86 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -1,6 +1,6 @@ name: PR Checks on: - pull_request: + pull_request_target: types: - opened - synchronize