Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/workflows/preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- opened
- synchronize
- reopened
- labeled
- unlabeled
push:
branches:
- main
Expand Down Expand Up @@ -114,13 +112,8 @@ jobs:

- name: Bootstrap Action Workspace
if: github.repository == 'elastic/docs-builder' && steps.deployment.outputs.result

uses: ./.github/actions/bootstrap

- name: Set REDESIGN feature flag
if: contains(github.event.pull_request.labels.*.name, 'redesign') && steps.deployment.outputs.result
run: echo "REDESIGN=true" >> $GITHUB_ENV

# we run our artifact directly please use the prebuild
# elastic/docs-builder@main GitHub Action for all other repositories!
- name: Build documentation
Expand Down
Loading