Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Fix staging builds (hopefully) (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljhaywar authored May 27, 2021
1 parent 5c20d6e commit c4b2ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4b2ff0

Please sign in to comment.