ci: split startup and shrinkwrap checks

This commit is contained in:
Peter Steinberger
2026-05-31 15:55:43 -04:00
parent 7aa309319f
commit d62bfab946
5 changed files with 42 additions and 5 deletions
+1
View File
@@ -37,6 +37,7 @@ function isPnpmStoreWarmupGatedJobName(name) {
name === "build-artifacts" ||
name === "check-docs" ||
name === "check-guards" ||
name === "check-shrinkwrap" ||
name === "check-prod-types" ||
name === "check-lint" ||
name === "check-dependencies" ||