File tree Expand file tree Collapse file tree 2 files changed +30
-29
lines changed
Expand file tree Collapse file tree 2 files changed +30
-29
lines changed Original file line number Diff line number Diff line change @@ -44,20 +44,20 @@ pull_request_rules:
4444 - -files=.github/workflows/e2e-nvidia-l4-x1.yml
4545
4646 # e2e small workflow
47- - or :
48- - and :
49- # note this should match the triggering criteria in 'e2e-nvidia-t4-x1.yml'
50- - check-success~=e2e-small-workflow-complete
51- - or :
52- - files~=\.py$
53- - files=pyproject.toml
54- - files~=^requirements.*\.txt$
55- - files=.github/workflows/e2e-nvidia-t4-x1.yml
56- - and :
57- - -files~=\.py$
58- - -files=pyproject.toml
59- - -files~=^requirements.*\.txt$
60- - -files=.github/workflows/e2e-nvidia-t4-x1.yml
47+ # - or:
48+ # - and:
49+ # # note this should match the triggering criteria in 'e2e-nvidia-t4-x1.yml'
50+ # - check-success~=e2e-small-workflow-complete
51+ # - or:
52+ # - files~=\.py$
53+ # - files=pyproject.toml
54+ # - files~=^requirements.*\.txt$
55+ # - files=.github/workflows/e2e-nvidia-t4-x1.yml
56+ # - and:
57+ # - -files~=\.py$
58+ # - -files=pyproject.toml
59+ # - -files~=^requirements.*\.txt$
60+ # - -files=.github/workflows/e2e-nvidia-t4-x1.yml
6161
6262 # functional gpu small workflow
6363 - or :
Original file line number Diff line number Diff line change @@ -4,21 +4,22 @@ name: E2E (NVIDIA Tesla T4 x1)
44
55on :
66 # run against every merge commit to 'main' and release branches
7- push :
8- branches :
9- - main
10- - release-*
11- # only run on PRs that touch certain regex paths
12- pull_request_target :
13- branches :
14- - main
15- - release-*
16- paths :
17- # note this should match the merging criteria in 'mergify.yml'
18- - " **.py"
19- - " pyproject.toml"
20- - " requirements**.txt"
21- - " .github/workflows/e2e-nvidia-t4-x1.yml" # This workflow
7+ workflow_dispatch :
8+ # push:
9+ # branches:
10+ # - main
11+ # - release-*
12+ # # only run on PRs that touch certain regex paths
13+ # pull_request_target:
14+ # branches:
15+ # - main
16+ # - release-*
17+ # paths:
18+ # # note this should match the merging criteria in 'mergify.yml'
19+ # - "**.py"
20+ # - "pyproject.toml"
21+ # - "requirements**.txt"
22+ # - ".github/workflows/e2e-nvidia-t4-x1.yml" # This workflow
2223
2324concurrency :
2425 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
You can’t perform that action at this time.
0 commit comments