Skip to content

Commit f86aa0e

Browse files
fix
1 parent 1d676d5 commit f86aa0e

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

.github/workflows/pkg_create_pr.yaml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
name: Pkg Create PR for vllm-rbln
22
on:
3-
workflow_call:
4-
inputs:
5-
python-version:
6-
description: "Python version to use"
7-
required: true
8-
type: string
9-
optimum-version:
10-
description: "Optimum version to update"
11-
required: true
12-
type: string
3+
pull_request:
4+
branches:
5+
- dev
136

147
jobs:
158
create-pr:
@@ -59,8 +52,6 @@ jobs:
5952
branch: auto-update-optimum-rbln-${{ inputs.optimum-version }}
6053
base: dev
6154
reviewers: |
62-
rebel-jonghewk
63-
rebel-eunji
6455
rebel-seinpark
6556
rebel-sunwook
6657
outputs:

0 commit comments

Comments
 (0)