ci: skip duplicate strict smoke build

This commit is contained in:
Peter Steinberger
2026-04-23 12:24:21 +01:00
parent b3ebbe5ba0
commit bd8fc86cf3
2 changed files with 3 additions and 1 deletions

View File

@@ -1458,7 +1458,8 @@ jobs:
pnpm check:test-types
;;
strict-smoke)
pnpm build:strict-smoke
# build-artifacts already runs the tsdown/runtime build for the same Node-relevant changes.
pnpm build:plugin-sdk:strict-smoke
;;
*)
echo "Unsupported check task: $TASK" >&2