Replace pull_request by pull_request_target

See https://github.com/uutils/coreutils/pull/4006#issuecomment-1272290250
This commit is contained in:
Sylvestre Ledru 2022-10-08 12:46:12 +02:00 committed by GitHub
parent b4de65b4d7
commit d78089ea53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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