Skip to content

Commit

Permalink
Disable query sync
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertMarashi committed Jul 15, 2024
1 parent 0f06492 commit e98b5db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
# Set the namespace to the branch name
echo "PUBLIC_SURREAL_NAMESPACE=${{ github.ref_name }}" >> $GITHUB_ENV
- name: Sync Queries to the Database
run: |
bun sync:queries
# - name: Sync Queries to the Database
# run: |
# bun sync:queries
- name: Svelte Check
run: |
bun check
Expand Down

0 comments on commit e98b5db

Please sign in to comment.