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 b64ca26 commit 8080602Copy full SHA for 8080602
.github/workflows/preview-build.yml
@@ -147,7 +147,7 @@ jobs:
147
--paths "${PATH_PREFIX}" "${PATH_PREFIX}/*"
148
149
- name: Update Link Index
150
- if: steps.s3-upload.outcome == 'success'
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main' && steps.s3-upload.outcome == 'success'
151
uses: elastic/docs-builder/actions/update-link-index@main
152
153
- name: Update deployment status
0 commit comments