From f463b291c24c8bc4edddb8ff118265cc562e715e Mon Sep 17 00:00:00 2001 From: Martijn Laarman Date: Mon, 24 Feb 2025 15:23:13 +0100 Subject: [PATCH] Add local inbound links validation to the shared preview workflow --- .github/workflows/preview-build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/preview-build.yml b/.github/workflows/preview-build.yml index 421df7c7e..924bdf7f9 100644 --- a/.github/workflows/preview-build.yml +++ b/.github/workflows/preview-build.yml @@ -134,6 +134,9 @@ jobs: prefix: ${{ env.PATH_PREFIX }} strict: ${{ fromJSON(inputs.strict != '' && inputs.strict || 'true') }} + - uses: elastic/docs-builder/actions/validate-inbound-local@main + if: ${{ !cancelled() && steps.deployment.outputs.result }} + - uses: elastic/docs-builder/.github/actions/aws-auth@main if: ${{ !cancelled() && steps.deployment.outputs.result }}