ci: remove ci action to push schema to sqlc cloud (#22572)

SQLc cloud no longer exists
This commit is contained in:
Steven Masley
2026-03-03 14:21:07 -06:00
committed by GitHub
parent 810b509290
commit 8ea0c2f3bc
-9
View File
@@ -978,12 +978,3 @@ jobs:
# We need golang to run the migration main.go
- name: Setup Go
uses: ./.github/actions/setup-go
- name: Setup sqlc
uses: ./.github/actions/setup-sqlc
- name: Push schema to sqlc cloud
# Don't block a release on this
continue-on-error: true
run: |
make sqlc-push