From 8d7549e4f02ec0c34a2f58ac77b7bb04fc29c3f0 Mon Sep 17 00:00:00 2001 From: Martijn Laarman Date: Mon, 17 Feb 2025 17:11:43 +0100 Subject: [PATCH] Remove label events from preview-build workflow --- .github/workflows/preview-build.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/preview-build.yml b/.github/workflows/preview-build.yml index 6d378bda8..3171db286 100644 --- a/.github/workflows/preview-build.yml +++ b/.github/workflows/preview-build.yml @@ -6,8 +6,6 @@ on: - opened - synchronize - reopened - - labeled - - unlabeled push: branches: - main @@ -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