ci: bypass maintenance gate for PR Test on main (#21082)

This commit is contained in:
Lianmin Zheng
2026-03-21 00:08:47 -07:00
committed by GitHub
parent b7a1ae4fac
commit 182dd20d57
2 changed files with 9 additions and 1 deletions
+2
View File
@@ -57,6 +57,8 @@ env:
SGLANG_IS_IN_CI: true
SGLANG_CUDA_COREDUMP: "1"
SGLANG_JIT_DEEPGEMM_FAST_WARMUP: true
# Schedule / main-branch dispatch / workflow_call from main use refs/heads/main; PR events use refs/pull/*/merge
SGLANG_PR_TEST_BYPASS_MAINTENANCE_ON_MAIN: ${{ github.ref == 'refs/heads/main' && 'true' || 'false' }}
permissions:
actions: write