Skip to content

Commit bdd27e7

Browse files
committed
ci: pin FW-CI-templates to NVIDIA-NeMo/FW-CI-templates#480 (mirror branch protection)
Companion PR to NVIDIA-NeMo/FW-CI-templates#480, which mirrors the branch-protection rule of `[rv][0-9].[0-9].[0-9]` onto `deploy-release/*` so the validate-only release rehearsal is gated by the same required status checks as a real release. Pinned to commit 4a43be905fc04380b3d8607dbda6fbf288bf26d1 on `ko3n1g/feat/mirror-release-branch-protection`. Re-pin to a released tag once FW-CI-templates#480 lands. Signed-off-by: oliver könig <okoenig@nvidia.com>
1 parent 1338dc4 commit bdd27e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
!cancelled() && !failure()
8181
&& !(needs.pre-flight.outputs.docs_only == 'true'
8282
|| needs.pre-flight.outputs.is_deployment_workflow == 'true')
83-
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@v1.1.0
83+
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@4a43be905fc04380b3d8607dbda6fbf288bf26d1
8484
with:
8585
release-ref: ${{ inputs.release-ref || github.sha }}
8686
python-package: emerging_optimizers

0 commit comments

Comments
 (0)