We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4b6fb commit 8c4b5d6Copy full SHA for 8c4b5d6
.github/workflows/preview-build.yml
@@ -93,7 +93,7 @@ jobs:
93
echo "base_ref=${BASE_BRANCH}" >> $GITHUB_OUTPUT
94
- name: Match for merge-group events
95
id: merge-group-check
96
- if: contains(fromJSON('["pull_request", "pull_request_target"]'), github.event_name)
+ if: contains(fromJSON('["merge_group"]'), github.event_name)
97
uses: elastic/docs-builder/actions/assembler-match@main
98
with:
99
ref_name: ${{ steps.merge-group-base-branch.outputs.base_ref }}
0 commit comments