diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml deleted file mode 100644 index 06fa52866b..0000000000 --- a/.github/workflows/docs.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: docs - -on: - pull_request: - types: - - synchronize - - opened - - reopened - -permissions: - contents: read - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} - -jobs: - docs-preview: - uses: elastic/docs-builder/.github/workflows/preview.yml@main - permissions: - contents: read - id-token: write - deployments: write - with: - strict: false