Skip to content

Commit 383ed0b

Browse files
authored
ci: Update cherry-pick workflow to pass semantic PR check (#414)
Signed-off-by: Charlie Truong <[email protected]>
1 parent d337665 commit 383ed0b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/cherry-pick-release-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
jobs:
2222
cherry-pick:
23-
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_cherry_pick.yml@v0.30.0
23+
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_cherry_pick.yml@v0.31.0
2424
secrets:
2525
PAT: ${{ secrets.PAT }}
2626
SLACK_WEBHOOK_ADMIN: ${{ secrets.SLACK_WEBHOOK_ADMIN }}

.github/workflows/semantic-pull-request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,4 @@ permissions:
3636

3737
jobs:
3838
semantic-pull-request:
39-
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/[email protected]
40-
39+
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/[email protected]

0 commit comments

Comments
 (0)