Skip to content

Commit

Permalink
Remove the undesired if clause for Build step
Browse files Browse the repository at this point in the history
We want to run `yarn build` for all events starting the workflow.
  • Loading branch information
michalinacienciala committed Aug 17, 2022
1 parent 2dea42a commit 79c564a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/build-and-deploy-to-bucket/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ runs:
environment: ${{ inputs.environment }}

- name: Build
if: inputs.preview == 'true'
shell: bash
run: yarn build
env:
Expand Down

0 comments on commit 79c564a

Please sign in to comment.