Skip to content

Commit

Permalink
Add boolean echo checks to migration workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdbeentjes committed Oct 2, 2024
1 parent a1ed054 commit 343b55e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/staging-migrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
echo '${{ env.CHANGES }}'
echo '${{ env.CHANGES == "true" }}'
echo '${{ env.CHANGES == "false" }}'
echo '${{ env.CHANGES == true }}'
echo '${{ env.CHANGES == false }}'
- name: Set up Node.js
if: ${{ env.CHANGES == 'true' }}
uses: actions/setup-node@v4
Expand Down

0 comments on commit 343b55e

Please sign in to comment.