From ff61b2e47015a0ce61acac8f4983987359067662 Mon Sep 17 00:00:00 2001 From: Sahithi Chigurupati <58884509+csahithi@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:08:18 -0700 Subject: [PATCH] [CI] Add workflow_dispatch and environment gate to GB200 nightly pipeline (#22733) --- .github/workflows/nightly-72-gpu-gb200.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nightly-72-gpu-gb200.yml b/.github/workflows/nightly-72-gpu-gb200.yml index f9b3a093d..4d0a56419 100644 --- a/.github/workflows/nightly-72-gpu-gb200.yml +++ b/.github/workflows/nightly-72-gpu-gb200.yml @@ -6,6 +6,7 @@ name: Nightly Test (GB200 72GPU) on: schedule: - cron: '0 2 * * *' # 2 AM UTC daily (offset from other nightly runs) + workflow_dispatch: # allow manual trigger; gated by gb200-ci environment concurrency: group: nightly-test-gb200 @@ -47,6 +48,7 @@ jobs: prepare-image: needs: setup if: github.repository == 'sgl-project/sglang' + environment: gb200-ci runs-on: 72-gpu-gb200 outputs: squash_file: ${{ steps.import.outputs.squash_file }}