From d78089ea537d04e2fa559fa35112730fef4d9d98 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 8 Oct 2022 12:46:12 +0200 Subject: [PATCH] Replace pull_request by pull_request_target See https://github.com/uutils/coreutils/pull/4006#issuecomment-1272290250 --- .github/workflows/GnuTests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index 46077e624..d7e6c136d 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -4,7 +4,7 @@ name: GnuTests # * note: to run a single test => `REPO/util/run-gnu-test.sh PATH/TO/TEST/SCRIPT` -on: [push, pull_request] +on: [push, pull_request_target] permissions: contents: read