Skip to content

Commit 21738a8

Browse files
authored
Re-enable inbound links validation on publish (#669)
1 parent a7281a8 commit 21738a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/preview-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ jobs:
149149
- name: 'Validate Inbound Links'
150150
if: ${{ !cancelled() && steps.docs-build.outputs.skip != 'true' && (steps.deployment.outputs.result || (steps.check-files.outputs.any_modified == 'true' && github.event_name == 'merge_group')) }}
151151
uses: elastic/docs-builder/actions/validate-inbound-local@main
152-
continue-on-error: true
153152

154153
- uses: elastic/docs-builder/.github/actions/aws-auth@main
155154
if: ${{ !cancelled() && steps.docs-build.outputs.skip != 'true' && steps.deployment.outputs.result }}

0 commit comments

Comments
 (0)