Skip to content

Commit cbf67f1

Browse files
committed
Allow external contributor
1 parent 0385009 commit cbf67f1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/parallel_tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ name: Parallel Tests
55
on:
66
# Allow to repo owner to manually run this workflow for external PRs once code is vetted
77
workflow_dispatch:
8-
8+
9+
# Allow to repo owner to manually run this workflow for external PRs once code is vetted
10+
# https://dev.to/petrsvihlik/using-environment-protection-rules-to-secure-secrets-when-building-external-forks-with-pullrequesttarget-hci
11+
pull_request_target:
12+
branches:
13+
- dev
14+
915
# Run automatically for internal PRs and pushes
1016
pull_request:
1117
branches:

0 commit comments

Comments
 (0)