Clarify AutoOps for connected clusters needs no paid Cloud subscription #1023
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: docs-preview-cleanup | |
| on: | |
| pull_request_target: | |
| types: [closed] | |
| permissions: | |
| contents: none | |
| deployments: write | |
| id-token: write | |
| jobs: | |
| cleanup: | |
| uses: elastic/docs-actions/.github/workflows/docs-preview-cleanup.yml@v1 |