From c6445918675eb90d391aa6c5810ea2edd4b574ea Mon Sep 17 00:00:00 2001 From: Jonas Kamsker <11245306+JKamsker@users.noreply.github.com> Date: Wed, 26 May 2021 11:13:51 +0200 Subject: [PATCH] Attempting to fix broken build --- .../workflows/azure-static-web-apps-polite-island-035a0b503.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/azure-static-web-apps-polite-island-035a0b503.yml b/.github/workflows/azure-static-web-apps-polite-island-035a0b503.yml index 0775963..79c580d 100644 --- a/.github/workflows/azure-static-web-apps-polite-island-035a0b503.yml +++ b/.github/workflows/azure-static-web-apps-polite-island-035a0b503.yml @@ -14,6 +14,8 @@ jobs: if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') runs-on: ubuntu-latest name: Build and Deploy Job + env: + CI: false steps: - uses: actions/checkout@v2 with: