Skip to content

Commit 0338b35

Browse files
authored
Merge pull request #610 from cdoern/e2e-hot-fix
test: fix e2e target
2 parents aacd5b4 + 8caf1c7 commit 0338b35

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/e2e-nvidia-l40s-x4-sdk.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
name: E2E (NVIDIA L40S x4) SDK Test
44

55
on:
6-
# only run on PRs that touch certain regex paths
7-
pull_request:
6+
# using this rather than pull_request because this workflow
7+
# 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:
810
branches:
911
- main
1012
paths:

0 commit comments

Comments
 (0)