Skip to content

Commit 4f30412

Browse files
authored
Merge branch 'main' into ko3n1g/ci/bump-release-workflow-v1.4.3
2 parents 4c75ab8 + 72aba20 commit 4f30412

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release-freeze.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@ on:
2121
default: true
2222
jobs:
2323
code-freeze:
24-
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_code_freeze.yml@v0.86.0
24+
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_code_freeze.yml@v1.4.2
2525
with:
2626
library-name: NeMo Run
2727
python-package: nemo_run
2828
release-type: ${{ inputs.release-type }}
2929
freeze-commit: ${{ inputs.freeze-commit }}
3030
dry-run: ${{ inputs.dry-run }}
31+
next-pre-release: ""
32+
next-dev: ""
3133
packaging: hatch
3234
use-pat: true
3335
secrets:

0 commit comments

Comments
 (0)