diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4db5689..bcc1620 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,7 @@ jobs: docs: runs-on: ubuntu-latest needs: [build] + if: ${{ needs.build.outputs.should-deploy-artifacts == 'true' }} steps: - uses: actions/checkout@v4 - name: Dispatch (partial build)