Skip to content

Commit a0df2f9

Browse files
committed
Make sqlc push optional
1 parent 6e4d09d commit a0df2f9

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
@@ -501,5 +501,7 @@ jobs:
501501
uses: ./.github/actions/setup-sqlc
502502

503503
- name: Push schema to sqlc cloud
504+
# Don't block a release on this
505+
continue-on-error: true
504506
run: |
505507
make sqlc-push

0 commit comments

Comments
 (0)