From 47a5df12b41192af87106518f92269c214bd176d Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Mon, 15 May 2023 15:57:56 +0200 Subject: [PATCH] dont react on all labeled actions --- .../azure-static-web-apps-ambitious-stone-0033b3603.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/.github/workflows/azure-static-web-apps-ambitious-stone-0033b3603.yml b/src/Umbraco.Web.UI.Client/.github/workflows/azure-static-web-apps-ambitious-stone-0033b3603.yml index f54d37f3b1..816f2a0142 100644 --- a/src/Umbraco.Web.UI.Client/.github/workflows/azure-static-web-apps-ambitious-stone-0033b3603.yml +++ b/src/Umbraco.Web.UI.Client/.github/workflows/azure-static-web-apps-ambitious-stone-0033b3603.yml @@ -5,7 +5,7 @@ on: branches: - main pull_request: - types: [opened, synchronize, reopened, closed, labeled] + types: [opened, synchronize, reopened, closed] branches: - main @@ -14,7 +14,7 @@ env: jobs: build_and_deploy_job: - if: github.event_name == 'push' || (github.event_name == 'pull_request' && ((github.event.action == 'labeled' && github.event.label.name == 'storybook') || (github.event.action != 'closed' && contains(github.event.pull_request.labels.*.name, 'storybook')))) + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed' && contains(github.event.pull_request.labels.*.name, 'storybook')) runs-on: ubuntu-latest name: Build and Deploy Job steps: