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