Skip to content

Commit 89a7e28

Browse files
nsheapsclaude
andauthored
fix(ci): remove unnecessary build dependency on lint and test-unit (#28)
The build job only verifies production compilation succeeds. It doesn't need lint or unit tests to pass first — that just adds unnecessary sequential delay. The tag-release job already gates on all jobs passing. https://claude.ai/code/session_01CuzCHKZ5tsNUYrmfGnFy8k Co-authored-by: Claude <noreply@anthropic.com>
1 parent 9aba34a commit 89a7e28

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
uses: ./.github/workflows/_test-e2e.yml
2828

2929
build:
30-
needs: [lint, test-unit]
3130
uses: ./.github/workflows/_build.yml
3231

3332
screenshots:

0 commit comments

Comments
 (0)