Skip to content

Commit

Permalink
ci: Allow dry-run of code-freeze
Browse files Browse the repository at this point in the history
Signed-off-by: oliver könig <[email protected]>
  • Loading branch information
ko3n1g committed Feb 17, 2025
1 parent 7042c2c commit 8f4cd0b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,20 @@ on:
description: Commit SHA to use for cut-off
required: false
default: main

dry-run:
type: boolean
description: Dry-run of code-freeze
required: false
default: true
jobs:
code-freeze:
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_code_freeze.yml@v0.21.6
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_code_freeze.yml@ko3n1g/feat/code-freeze-dry-run
with:
library-name: NeMo Curator
python-package: nemo_curator
release-type: ${{ inputs.release-type }}
freeze-commit: ${{ inputs.freeze-commit }}
dry-run: ${{ inputs.dry-run }}
secrets:
SLACK_RELEASE_ENDPOINT: ${{ secrets.SLACK_RELEASE_ENDPOINT }}
SLACK_WEBHOOK_ADMIN: ${{ secrets.SLACK_WEBHOOK_ADMIN }}

0 comments on commit 8f4cd0b

Please sign in to comment.