Skip to content

Commit

Permalink
Fix condition check in staging migration workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdbeentjes committed Oct 2, 2024
1 parent 5889aad commit 22d52d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging-migrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
apply-staging:
needs: check-folder-changes
if: ${{ CHANGES == 'true' }}
if: ${{ env.CHANGES == 'true' }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 22d52d0

Please sign in to comment.