From 0bb9f627553f02175e39a0880192b68cb8faa1bc Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Wed, 19 Nov 2025 19:58:58 +0000 Subject: [PATCH] hotfix(ci): require verify-private to pass for publish job to trigger --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82571a32..a476c088 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] + needs: [verify, verify-private] runs-on: ubuntu-latest environment: secrets steps: