From 69656977ca514125b35025b0876f58eeeb1e270e Mon Sep 17 00:00:00 2001 From: Martin Hochel Date: Fri, 3 Feb 2023 17:26:12 +0100 Subject: [PATCH] style: format yml workflow (#26634) --- .github/workflows/azure-storage-web-components.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/azure-storage-web-components.yml b/.github/workflows/azure-storage-web-components.yml index 45400b2c37d0f..622342226db38 100644 --- a/.github/workflows/azure-storage-web-components.yml +++ b/.github/workflows/azure-storage-web-components.yml @@ -1,7 +1,8 @@ name: Azure storage publish web components on: - workflow_dispatch: + # NOTE: manual workflows work only if workflow exists in default branch - which is not our case 👀 + # workflow_dispatch: push: branches: - web-components-v3 @@ -17,12 +18,12 @@ jobs: name: Build and Deploy Job steps: - uses: actions/checkout@v2 - + - name: Setup Node.js environment uses: actions/setup-node@v3.6.0 with: node-version: 14.x - + - run: yarn - run: yarn workspace @fluentui/web-components build-storybook