From 8ea0c2f3bcc87f6cfbbad3983ff7038d3d53cc31 Mon Sep 17 00:00:00 2001 From: Steven Masley Date: Tue, 3 Mar 2026 14:21:07 -0600 Subject: [PATCH] ci: remove ci action to push schema to sqlc cloud (#22572) SQLc cloud no longer exists --- .github/workflows/release.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 384204cb1e..14060b83b3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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