Skip to content

Commit

Permalink
Update co-docs-builder.yml (#3938)
Browse files Browse the repository at this point in the history
It turns out that for Elastic,  github.event.pull_request.author_association == 'NONE', so this won't work
  • Loading branch information
scottybollinger authored May 28, 2024
1 parent 62b1a93 commit ceccfb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/co-docs-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

jobs:
publish:
if: github.event.label.name == 'ci:doc-build' || github.event.pull_request.author_association == 'MEMBER'
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 ceccfb2

Please sign in to comment.