Skip to content

Commit dbddad3

Browse files
authored
ci: Fix nemo fw template ref after migrating to new org (#256)
Signed-off-by: Charlie Truong <[email protected]>
1 parent f3e69ee commit dbddad3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-test-publish-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ defaults:
2828

2929
jobs:
3030
build-test-publish-wheel:
31-
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/[email protected]
31+
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/[email protected]
3232
with:
3333
dry-run: true
3434
python-package: nemo_run

.github/workflows/cherry-pick-release-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
cherry-pick:
10-
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/[email protected]
10+
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/[email protected]
1111
secrets:
1212
PAT: ${{ secrets.PAT }}
1313
SLACK_WEBHOOK_ADMIN: ${{ secrets.SLACK_WEBHOOK_ADMIN }}

.github/workflows/release-freeze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
default: true
2222
jobs:
2323
code-freeze:
24-
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/[email protected]
24+
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/[email protected]
2525
with:
2626
library-name: NeMo Run
2727
python-package: nemo_run

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131
description: Branch to target for version bump
3232
jobs:
3333
release:
34-
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/[email protected]
34+
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/[email protected]
3535
with:
3636
release-ref: ${{ inputs.release-ref }}
3737
python-package: nemo_run

0 commit comments

Comments
 (0)