Skip to content

Commit 806519a

Browse files
committed
PRs do not invoke Antora Docs Build
1 parent d64e416 commit 806519a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
docs:
4242
runs-on: ubuntu-latest
4343
needs: [build]
44+
if: ${{ needs.build.outputs.should-deploy-artifacts == 'true' }}
4445
steps:
4546
- uses: actions/checkout@v4
4647
- name: Dispatch (partial build)

0 commit comments

Comments
 (0)