mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
ci: remove ci action to push schema to sqlc cloud (#22572)
SQLc cloud no longer exists
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user