Skip to content

Commit 1efa247

Browse files
authored
Enable cherry-pick to ray-api (#763)
Signed-off-by: Charlie Truong <chtruong@nvidia.com>
1 parent 9dccaec commit 1efa247

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ on:
77

88
jobs:
99
cherry-pick:
10-
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_cherry_pick.yml@v0.22.7
10+
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_cherry_pick.yml@v0.42.0
11+
with:
12+
target-branches-pattern: 'r[0-9]+\.[0-9]+\.[0-9]+|ray-api'
1113
secrets:
1214
PAT: ${{ secrets.PAT }}
1315
SLACK_WEBHOOK_ADMIN: ${{ secrets.SLACK_WEBHOOK_ADMIN }}

0 commit comments

Comments
 (0)