From 11459db61f77eae7a8db28f1964143a642dffb25 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 14 Nov 2022 13:21:32 -0500 Subject: [PATCH] Switch from pull_request_target to pull_request At this point, most things do not care. The main change here will be that spell checking will not check a PR if there are conflicts --- .github/workflows/spelling3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spelling3.yml b/.github/workflows/spelling3.yml index 7189a12fd8366..ae4587177d8e6 100644 --- a/.github/workflows/spelling3.yml +++ b/.github/workflows/spelling3.yml @@ -41,7 +41,7 @@ on: - "**" tags-ignore: - "**" - pull_request_target: + pull_request: branches: - "**" tags-ignore: