Skip to content

Commit

Permalink
Update Docsmobile action to fix issues (#3935)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottybollinger authored May 28, 2024
1 parent 076db34 commit 62b1a93
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: contains(github.event.pull_request.labels.*.name, 'ci:doc-build')
if: github.event.label.name == 'ci:doc-build' || github.event.pull_request.author_association == 'MEMBER'
uses: elastic/workflows/.github/workflows/docs-elastic-co-publish.yml@main
with:
subdirectory: 'docs/en/serverless/'
Expand Down

0 comments on commit 62b1a93

Please sign in to comment.