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.
2 parents aacd5b4 + 8caf1c7 commit 0338b35Copy full SHA for 0338b35
.github/workflows/e2e-nvidia-l40s-x4-sdk.yml
@@ -3,8 +3,10 @@
3
name: E2E (NVIDIA L40S x4) SDK Test
4
5
on:
6
- # only run on PRs that touch certain regex paths
7
- pull_request:
+ # using this rather than pull_request because this workflow
+ # needs to run in the context of the base branch (main) and
8
+ # access the repo's secrets to start the AWS instances.
9
+ pull_request_target:
10
branches:
11
- main
12
paths:
0 commit comments