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 a479f0b commit ac716d7Copy full SHA for ac716d7
1 file changed
.github/workflows/e2e-nvidia-l40s-x4-sdk.yml
@@ -4,27 +4,12 @@ name: E2E (NVIDIA L40S x4) SDK Test
4
5
on:
6
# only run on PRs that touch certain regex paths
7
- pull_request:
8
- branches:
9
- - main
10
- paths:
11
- # note this should match the merging criteria in 'mergify.yml'
12
- - "**.py"
13
- - "tox.ini"
14
- - "pyproject.toml"
15
- - "requirements.txt"
16
- - "requirements-dev.txt"
17
- - "constraints-dev.txt"
18
- - ".github/workflows/e2e-nvidia-l40s-x4-sdk.yaml" # This workflow
19
workflow_dispatch:
20
inputs:
21
pr_or_branch:
22
description: 'pull request number or branch name'
23
required: true
24
default: 'main'
25
-concurrency:
26
- group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
27
- cancel-in-progress: true
28
29
env:
30
TMPDIR: /home/tmp
0 commit comments