File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ defaults:
2727
2828jobs :
2929 build-test-publish-wheel :
30- uses : NVIDIA/NeMo- FW-CI-templates/.github/workflows/_build_test_publish_wheel.yml@v0.22.3
30+ uses : NVIDIA-NeMo/ FW-CI-templates/.github/workflows/_build_test_publish_wheel.yml@v0.22.3
3131 with :
3232 dry-run : true
3333 python-package : nemo_curator
Original file line number Diff line number Diff line change 77
88jobs :
99 cherry-pick :
10- uses : NVIDIA/NeMo- FW-CI-templates/.github/workflows/_cherry_pick.yml@v0.22.7
10+ uses : NVIDIA-NeMo/ FW-CI-templates/.github/workflows/_cherry_pick.yml@v0.22.7
1111 secrets :
1212 PAT : ${{ secrets.PAT }}
1313 SLACK_WEBHOOK_ADMIN : ${{ secrets.SLACK_WEBHOOK_ADMIN }}
Original file line number Diff line number Diff line change 5151
5252 # First, we build and push a NeMo Curator container
5353 build-container :
54- uses : NVIDIA/NeMo- FW-CI-templates/.github/workflows/_build_container.yml@v0.35.0
54+ uses : NVIDIA-NeMo/ FW-CI-templates/.github/workflows/_build_container.yml@v0.35.0
5555 needs : [changed-files]
5656 if : ${{ needs.changed-files.outputs.any_changed == 'true' }}
5757 with :
Original file line number Diff line number Diff line change 2121 default : true
2222jobs :
2323 code-freeze :
24- uses : NVIDIA/NeMo- FW-CI-templates/.github/workflows/_code_freeze.yml@v0.22.5
24+ uses : NVIDIA-NeMo/ FW-CI-templates/.github/workflows/_code_freeze.yml@v0.22.5
2525 with :
2626 library-name : NeMo Curator
2727 python-package : nemo_curator
Original file line number Diff line number Diff line change 3131 description : Branch to target for version bump
3232jobs :
3333 release :
34- uses : NVIDIA/NeMo- FW-CI-templates/.github/workflows/_release_library.yml@v0.22.6
34+ uses : NVIDIA-NeMo/ FW-CI-templates/.github/workflows/_release_library.yml@v0.22.6
3535 with :
3636 release-ref : ${{ inputs.release-ref }}
3737 python-package : nemo_curator
You can’t perform that action at this time.
0 commit comments