ci: skip approval for nightly gb200 runs, keep for manual triggers (#22768)
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
name: Nightly Test (GB200 72GPU)
|
name: Nightly Test (GB200 72GPU)
|
||||||
|
|
||||||
# NOTE: This workflow is intentionally cron-only.
|
# NOTE: Nightly (schedule) runs require no approval.
|
||||||
# It must NOT be triggered manually (no workflow_dispatch) to prevent
|
# Manual (workflow_dispatch) runs are gated by the gb200-ci environment
|
||||||
# individuals from queuing arbitrary jobs on the shared GB200 cluster.
|
# to prevent individuals from queuing arbitrary jobs on the shared GB200 cluster.
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 2 * * *' # 2 AM UTC daily (offset from other nightly runs)
|
- cron: '0 2 * * *' # 2 AM UTC daily (offset from other nightly runs)
|
||||||
@@ -53,7 +53,7 @@ jobs:
|
|||||||
prepare-image:
|
prepare-image:
|
||||||
needs: setup
|
needs: setup
|
||||||
if: github.repository == 'sgl-project/sglang'
|
if: github.repository == 'sgl-project/sglang'
|
||||||
environment: gb200-ci
|
environment: ${{ github.event_name == 'workflow_dispatch' && 'gb200-ci' || '' }}
|
||||||
runs-on: 72-gpu-gb200
|
runs-on: 72-gpu-gb200
|
||||||
outputs:
|
outputs:
|
||||||
squash_file: ${{ steps.import.outputs.squash_file }}
|
squash_file: ${{ steps.import.outputs.squash_file }}
|
||||||
|
|||||||
Reference in New Issue
Block a user