Skip to content

Commit ac716d7

Browse files
committed
test: disable per-PR test
until we figure out the pull_request_target issues, I am disabling this test on each PR Signed-off-by: Charlie Doern <cdoern@redhat.com>
1 parent a479f0b commit ac716d7

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,12 @@ name: E2E (NVIDIA L40S x4) SDK Test
44

55
on:
66
# 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
197
workflow_dispatch:
208
inputs:
219
pr_or_branch:
2210
description: 'pull request number or branch name'
2311
required: true
2412
default: 'main'
25-
concurrency:
26-
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
27-
cancel-in-progress: true
2813

2914
env:
3015
TMPDIR: /home/tmp

0 commit comments

Comments
 (0)