diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49a5c98..77f9333 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: uses: ./.github/workflows/cache.yml lint: uses: ./.github/workflows/lint.yml - needs: [cache] + needs: [pre] test: uses: ./.github/workflows/test.yml - needs: [cache, lint] + needs: [pre, lint]