From 77f634dd799c20e216ee22377555e7a663a7e17c Mon Sep 17 00:00:00 2001 From: Daniel Wong Date: Sat, 18 Sep 2021 23:48:34 +1000 Subject: [PATCH] just force builds temporarily --- .github/workflows/test_and_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 19513327..9db55055 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -111,8 +111,8 @@ jobs: python-version: ${{ matrix.python-version }} # Run JSON Validation script - - name: Validate JSON - run: bash travis_validate_json.sh + # - name: Validate JSON + # run: bash travis_validate_json.sh # Download Windows artifacts - name: Download all Windows .exe artifacts