Skip to content

Commit

Permalink
Allow external contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewQuijano committed Dec 6, 2024
1 parent cc88392 commit dc58167
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/parallel_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ name: Parallel Tests
on:
# Allow to repo owner to manually run this workflow for external PRs once code is vetted
workflow_dispatch:


# Allow to repo owner to manually run this workflow for external PRs once code is vetted
# https://dev.to/petrsvihlik/using-environment-protection-rules-to-secure-secrets-when-building-external-forks-with-pullrequesttarget-hci
pull_request_target:
branches:
- dev

# Run automatically for internal PRs and pushes
pull_request:
branches:
Expand Down

0 comments on commit dc58167

Please sign in to comment.