diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd7afc16a5..6a6baf63bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,10 +54,12 @@ jobs: npm run lint coverage-nix: + needs: linter permissions: contents: read uses: ./.github/workflows/coverage-nix.yml coverage-win: + needs: linter permissions: contents: read uses: ./.github/workflows/coverage-win.yml