Skip to content

Commit 8aae9bc

Browse files
committed
ci(fix): Code-freeze workflow
Signed-off-by: oliver könig <okoenig@nvidia.com>
1 parent e940d99 commit 8aae9bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-freeze.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ on:
3434
default: true
3535
jobs:
3636
code-freeze:
37-
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_code_freeze.yml@v0.22.5
37+
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_code_freeze.yml@ko3n1g/fix/allow-nested-projects
3838
with:
3939
library-name: Megatron-Bridge
4040
python-package: megatron.bridge
41+
has-src-dir: true
4142
release-type: ${{ inputs.release-type }}
4243
freeze-commit: ${{ inputs.freeze-commit }}
4344
dry-run: ${{ inputs.dry-run }}

0 commit comments

Comments
 (0)