chore: run primary CI before push

This commit is contained in:
Tianyi Cui
2026-07-23 13:09:52 +08:00
parent 3e3ea47296
commit 00d5b69882
18 changed files with 132 additions and 37 deletions

View File

@@ -168,6 +168,7 @@ function nodeOptions(...options: string[]): string {
function gatesForMode(selected: Mode): Gate[] {
switch (selected) {
case 'ci-primary':
case 'pre-push':
return ciPrimaryGates()
case 'ci-static':
return ciStaticGates()
@@ -190,7 +191,6 @@ function gatesForMode(selected: Mode): Gate[] {
return ciWindowsObservationalGates()
case 'node-compat':
return nodeCompatGates()
case 'pre-push': return []
case 'check-all':
return [
pnpmScript('runtime-closure', 'verify-runtime-closure', { label: 'runtime closure' }),