This repository was archived by the owner on Apr 30, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,21 +5,21 @@ name: E2E (NVIDIA Tesla T4 x1)
55on :
66 # run against every merge commit to 'main' and release branches
77 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
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
2323
2424concurrency :
2525 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
You can’t perform that action at this time.
0 commit comments