From 806519a1633597f84f3469363c48ee34b50b597a Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 31 May 2024 13:39:04 -0500 Subject: [PATCH] PRs do not invoke Antora Docs Build --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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)