Skip to content

Commit f939f9d

Browse files
authored
Remove label events from preview-build workflow (#522)
1 parent 5f22e13 commit f939f9d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/preview-build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
- opened
77
- synchronize
88
- reopened
9-
- labeled
10-
- unlabeled
119
push:
1210
branches:
1311
- main
@@ -114,13 +112,8 @@ jobs:
114112
115113
- name: Bootstrap Action Workspace
116114
if: github.repository == 'elastic/docs-builder' && steps.deployment.outputs.result
117-
118115
uses: ./.github/actions/bootstrap
119116

120-
- name: Set REDESIGN feature flag
121-
if: contains(github.event.pull_request.labels.*.name, 'redesign') && steps.deployment.outputs.result
122-
run: echo "REDESIGN=true" >> $GITHUB_ENV
123-
124117
# we run our artifact directly please use the prebuild
125118
# elastic/docs-builder@main GitHub Action for all other repositories!
126119
- name: Build documentation

0 commit comments

Comments
 (0)