fix(staging): bound frontend quality build
Staging Backend Quality Gate / validate (pull_request) Successful in 11m6s
Staging Backend Quality Gate / publish (pull_request) Has been skipped

This commit is contained in:
Jesse
2026-08-07 00:06:45 +08:00
parent 6fd2292119
commit f145f52b01
4 changed files with 28 additions and 1 deletions
+4 -1
View File
@@ -183,7 +183,10 @@ jobs:
python -m build
npm test --prefix frontend
npm run lint --prefix frontend
npm run build --prefix frontend
if ! timeout 600 npm run build --prefix frontend; then
echo "frontend production build exceeded bounded 600-second timeout" >&2
exit 124
fi
publish:
if: gitea.event_name == 'push' && gitea.ref == 'refs/heads/staging'