diff --git a/.github/workflows/build_and_test_workflow.yml b/.github/workflows/build_and_test_workflow.yml index 2fb1e915258c..c18959169b45 100644 --- a/.github/workflows/build_and_test_workflow.yml +++ b/.github/workflows/build_and_test_workflow.yml @@ -28,7 +28,7 @@ env: jobs: build-lint-test: - if: { { false } } + if: ${{ false }} name: Build and Verify on ${{ matrix.name }} strategy: matrix: @@ -121,7 +121,7 @@ jobs: run: yarn test:jest_integration:ci functional-tests: - if: { { false } } + if: ${{ false }} name: Run functional tests on ${{ matrix.name }} (ciGroup${{ matrix.group }}) strategy: matrix: