diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a476c088..889ee459 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: github.event_name == 'release' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]') ) - needs: [verify, verify-private] + needs: [verify] runs-on: ubuntu-latest environment: secrets steps: @@ -121,7 +121,7 @@ jobs: github.event_name == 'release' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]') ) - needs: [verify, codeql] + needs: [verify, verify-private, codeql] permissions: actions: read contents: read