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 959a41a + dd1eed0 commit e51b36dCopy full SHA for e51b36d
.github/workflows/e2e-nvidia-l40s-x4-sdk.yml
@@ -3,10 +3,8 @@
3
name: E2E (NVIDIA L40S x4) SDK Test
4
5
on:
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:
+ # only run on PRs that touch certain regex paths
+ pull_request:
10
branches:
11
- main
12
paths:
0 commit comments