File tree Expand file tree Collapse file tree 6 files changed +18
-5
lines changed Expand file tree Collapse file tree 6 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 88 # - ".github/workflows/gpu_tests.yml"
99 # - "modelopt/**"
1010 # - "tests/gpu/**"
11+ # - "pyproject.toml"
1112 # - "setup.py"
1213 # - "tox.ini"
1314
Original file line number Diff line number Diff line change 88 - " .github/workflows/multi_version_unit_tests.yml"
99 - " modelopt/**"
1010 - " tests/unit/**"
11+ - " pyproject.toml"
1112 - " setup.py"
1213 - " tox.ini"
1314
Original file line number Diff line number Diff line change 66 push :
77 branches : [main, release/*]
88
9- # Cancel previous runs if new commit is pushed to the same PR
9+ # Cancel previous runs if new commit is pushed
1010concurrency :
11- group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
11+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1212 cancel-in-progress : true
1313
1414# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
Original file line number Diff line number Diff line change 77 - " .github/workflows/partial_unit_tests.yml"
88 - " modelopt/**"
99 - " tests/unit/**"
10+ - " pyproject.toml"
1011 - " setup.py"
1112 - " tox.ini"
1213
Original file line number Diff line number Diff line change 77 - " .github/workflows/unit_tests.yml"
88 - " modelopt/**"
99 - " tests/unit/**"
10+ - " pyproject.toml"
11+ - " setup.py"
12+ - " tox.ini"
13+ push :
14+ branches : [main, release/*]
15+ paths :
16+ - " .github/workflows/unit_tests.yml"
17+ - " modelopt/**"
18+ - " tests/unit/**"
19+ - " pyproject.toml"
1020 - " setup.py"
1121 - " tox.ini"
1222
13- # Cancel previous runs if new commit is pushed to the same PR
23+ # Cancel previous runs if new commit is pushed
1424concurrency :
15- group : ${{ github.workflow }}-${{ github.event.pull_request.number }}
25+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1626 cancel-in-progress : true
1727
1828jobs :
3343 fail_ci_if_error : true
3444 verbose : true
3545 unit-tests-windows :
46+ if : github.event_name == 'pull_request'
3647 runs-on : windows-latest
3748 timeout-minutes : 30
3849 steps :
Original file line number Diff line number Diff line change 77[ ![ Documentation] ( https://img.shields.io/badge/Documentation-latest-brightgreen.svg?style=flat )] ( https://nvidia.github.io/TensorRT-Model-Optimizer )
88[ ![ version] ( https://img.shields.io/pypi/v/nvidia-modelopt?label=Release )] ( https://pypi.org/project/nvidia-modelopt/ )
99[ ![ license] ( https://img.shields.io/badge/License-Apache%202.0-blue )] ( ./LICENSE )
10- [ ![ codecov] ( https://codecov.io/github/NVIDIA/TensorRT-Model-Optimizer/graph/badge.svg?token=r1bw4LC1WH )] ( https://codecov.io/github/NVIDIA/TensorRT-Model-Optimizer )
1110
1211[ Examples] ( #examples ) |
1312[ Documentation] ( https://nvidia.github.io/TensorRT-Model-Optimizer ) |
You can’t perform that action at this time.
0 commit comments