Add docs on trigger ci (#13513)

Co-authored-by: sglang-bot <sglangbot@gmail.com>
This commit is contained in:
Lianmin Zheng
2025-11-18 05:23:05 -08:00
committed by GitHub
parent f6cfe9f197
commit 63807079b9
3 changed files with 38 additions and 29 deletions

View File

@@ -22,8 +22,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
# We checkout the current context to get the script,
# but the script will fetch permissions from main as requested.
- name: Set up Python
uses: actions/setup-python@v5
@@ -32,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
pip install requests PyGithub
pip install PyGithub
- name: Handle Slash Command
env: