From c54ab642eeb96ff792fc95d52ed3ddc351531406 Mon Sep 17 00:00:00 2001 From: rajsite Date: Wed, 24 Apr 2024 20:25:23 -0500 Subject: [PATCH] Test web build --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5129ee57e..712cc78e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ on: jobs: lint: - # if: 'false' + if: 'false' runs-on: ubuntu-22.04 timeout-minutes: 25 steps: @@ -95,7 +95,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} web-windows: - # if: 'false' + if: 'false' runs-on: windows-2022 timeout-minutes: 25 steps: @@ -158,7 +158,7 @@ jobs: continue-on-error: true windows: - # if: 'false' + if: 'false' needs: setup runs-on: windows-2022 timeout-minutes: 25 @@ -218,7 +218,7 @@ jobs: nuget push $PACKAGE_PATH -ApiKey ${{secrets.NUGET_TOKEN}} -Source "https://api.nuget.org/v3/index.json" linux: - # if: 'false' + if: 'false' needs: setup runs-on: ubuntu-22.04 timeout-minutes: 25