From aeba7a0f5a008abf1357e817a5f6d8344916c712 Mon Sep 17 00:00:00 2001 From: Quique Fdez Guerra Date: Sun, 14 May 2023 21:18:37 +0300 Subject: [PATCH] disable build when publishing --- .../workflows/azure-static-web-apps-witty-plant-07a086e03.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/azure-static-web-apps-witty-plant-07a086e03.yml b/.github/workflows/azure-static-web-apps-witty-plant-07a086e03.yml index e41411e2..4a881fea 100644 --- a/.github/workflows/azure-static-web-apps-witty-plant-07a086e03.yml +++ b/.github/workflows/azure-static-web-apps-witty-plant-07a086e03.yml @@ -31,6 +31,8 @@ jobs: azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_WITTY_PLANT_07A086E03 }} repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) action: 'upload' + skip_app_build: true + skip_api_build: true app_location: '/storybook-static' # App source code path build_pr: if: github.event_name != 'push' || (github.event_name == 'pull_request')