Skip to content

Commit

Permalink
ci: condional db dumping
Browse files Browse the repository at this point in the history
  • Loading branch information
BRAVO68WEB committed Jun 13, 2024
1 parent fc3a4cf commit ab04760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
./scripts/hasura_sync.sh ${{ secrets.HASURA_GRAPHQL_ADMIN_SECRET }}
- uses: actions/upload-artifact@v4
if: ${{ github.event.inputs.sync }} == 'true'
if: ${{ github.event.inputs.sync == 'true' }}
name: Upload DB
with:
name: localdbs
Expand Down

0 comments on commit ab04760

Please sign in to comment.