We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0385009 commit cbf67f1Copy full SHA for cbf67f1
.github/workflows/parallel_tests.yml
@@ -5,7 +5,13 @@ name: Parallel Tests
5
on:
6
# Allow to repo owner to manually run this workflow for external PRs once code is vetted
7
workflow_dispatch:
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
15
# Run automatically for internal PRs and pushes
16
pull_request:
17
branches:
0 commit comments