From 53b050714868abf06461ceea7259a6e718875b26 Mon Sep 17 00:00:00 2001 From: Stephen Adamson Date: Thu, 9 Jul 2026 17:54:50 +0100 Subject: [PATCH] ci: run frontend-deps and frontend-build in parallel, both gate QC frontend-deps (dep staleness check) and frontend-build now run concurrently. frontend-qc waits for both. Removed (gate) from build job name. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- .gitea/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 4ff9572..fc2c305 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -326,8 +326,7 @@ jobs: " frontend-build: - name: Frontend build (gate) - needs: [frontend-deps] + name: Frontend build runs-on: ubuntu-latest defaults: run: @@ -358,7 +357,7 @@ jobs: frontend-qc: name: Frontend QC (${{ matrix.task }}) - needs: [frontend-build] + needs: [frontend-deps, frontend-build] runs-on: ubuntu-latest defaults: run: