From 0c15160abfc348230c6991975021f78e58afa153 Mon Sep 17 00:00:00 2001 From: Jacob Alheid Date: Mon, 9 Jun 2025 14:34:50 -0700 Subject: [PATCH] ci(checks): don't rely on preview job --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 006d07c..fe2f739 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -88,7 +88,7 @@ jobs: checks: name: Checks - needs: [lint, test, preview] + needs: [lint, test] runs-on: ubuntu-latest permissions: issues: write