We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38fc55e commit fcad874Copy full SHA for fcad874
1 file changed
.github/workflows/docs-preview-local.yml
@@ -328,8 +328,11 @@ jobs:
328
329
- uses: elastic/docs-builder/.github/actions/aws-auth@main
330
if: >
331
- !cancelled()
+ env.MATCH == 'true'
332
+ && !cancelled()
333
&& needs.check.outputs.any_modified != 'false'
334
+ && steps.internal-docs-build.outputs.skip != 'true'
335
+ && steps.internal-docs-build.outcome == 'success'
336
&& steps.internal-validate-path-prefixes.outcome == 'success'
337
338
- name: Upload to S3
0 commit comments