Skip to content

Commit

Permalink
Revert "Enable automatic elastic.co doc builds for internal users (#3940
Browse files Browse the repository at this point in the history
)" (#3943)

This reverts commit 09f1e52.
  • Loading branch information
bmorelli25 authored May 29, 2024
1 parent 09f1e52 commit 93d44d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/co-docs-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ on:
- 'docs/en/serverless/**.svg'
- 'docs/en/serverless/**.png'
- 'docs/en/serverless/**.gif'
types: [closed, opened, synchronize]
types: [closed, opened, synchronize, labeled]

jobs:
publish:
if: github.event.label.name == 'ci:doc-build'
uses: elastic/workflows/.github/workflows/docs-elastic-co-publish.yml@main
with:
subdirectory: 'docs/en/serverless/'
Expand Down

0 comments on commit 93d44d2

Please sign in to comment.