Skip to content

Commit 76c9309

Browse files
committed
Make sqlc push optional
1 parent 551521d commit 76c9309

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,5 +564,7 @@ jobs:
564564
uses: ./.github/actions/setup-sqlc
565565

566566
- name: Push schema to sqlc cloud
567+
# Don't block a release on this
568+
continue-on-error: true
567569
run: |
568570
make sqlc-push

0 commit comments

Comments
 (0)