Skip to content

Commit 998f750

Browse files
committed
github: Make integration tests work in forked PRs
1 parent e0ede2f commit 998f750

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎.github/workflows/test.yml‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
on:
22
push:
33
branches: [ master ]
4-
pull_request:
4+
# Use pull_request_target instead of pull_request (we need some S3 keys to a test environment)
5+
pull_request_target:
6+
types: [opened, ready_for_review]
57
name: Test
68
permissions:
79
contents: read

0 commit comments

Comments
 (0)