From c4b2ff00c18648a9a8243936b4dc0c0515a11502 Mon Sep 17 00:00:00 2001 From: Lauren Schaefer Date: Thu, 27 May 2021 07:22:40 -0400 Subject: [PATCH] Fix staging builds (hopefully) (#21) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 01870d4..302e172 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: run: echo "REALM_APP_ID=inventorydemo-staging-zahjj" >> $GITHUB_ENV - name: "Is this a push to a feature branch?" - if: ${{ !env.REALM_APP_ID }} && ${{ github.event_name == 'push' }} + if: ${{ !env.REALM_APP_ID && github.event_name == 'push' }} run: | # Create a new environment variable to store the name of the feature branch