Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <[email protected]>
  • Loading branch information
ko3n1g committed Nov 8, 2024
1 parent d1092cb commit d11ccae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
name: "Release Neural Modules"

on:
pull_request:

workflow_dispatch:
inputs:
release-ref:
Expand All @@ -23,7 +25,7 @@ on:

jobs:
release:
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/[email protected]
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_release_library.yml@ko3n1g/feat/pre-release-tag # v0.9.0
with:
release-ref: ${{ inputs.release-ref }}
image-name: nemo_container
Expand All @@ -38,4 +40,4 @@ jobs:
secrets:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
SLACK_RELEASE_ENDPOINT: ${{ secrets.SLACK_RELEASE_ENDPOINT }}
SLACK_RELEASE_ENDPOINT: ${{ secrets.SLACK_WEBHOOK_TEST }} # ${{ secrets.SLACK_RELEASE_ENDPOINT }}

0 comments on commit d11ccae

Please sign in to comment.