Use pull_request_target instead of pull_request for tests
This should allow downstream forks to execute the graphql tests.
This commit is contained in:
2
.github/workflows/run-tests.yaml
vendored
2
.github/workflows/run-tests.yaml
vendored
@ -5,7 +5,7 @@ on:
|
||||
- main
|
||||
paths-ignore:
|
||||
- 'apple/**'
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
|
||||
Reference in New Issue
Block a user