We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e940d99 commit 8aae9bcCopy full SHA for 8aae9bc
.github/workflows/release-freeze.yml
@@ -34,10 +34,11 @@ on:
34
default: true
35
jobs:
36
code-freeze:
37
- uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_code_freeze.yml@v0.22.5
+ uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_code_freeze.yml@ko3n1g/fix/allow-nested-projects
38
with:
39
library-name: Megatron-Bridge
40
python-package: megatron.bridge
41
+ has-src-dir: true
42
release-type: ${{ inputs.release-type }}
43
freeze-commit: ${{ inputs.freeze-commit }}
44
dry-run: ${{ inputs.dry-run }}
0 commit comments