ci: remove copilot from auto-generation

Andrey Nering created

It doesn't really work on GitHub Actions.

Change summary

.github/workflows/update.yml | 1 -
1 file changed, 1 deletion(-)

Detailed changes

.github/workflows/update.yml 🔗

@@ -19,7 +19,6 @@ jobs:
           go-version-file: go.mod
       - name: Generate provider configurations
         run: |
-          go run ./cmd/copilot/main.go
           go run ./cmd/openrouter/main.go
           go run ./cmd/synthetic/main.go
           # we need to add this back when we know that the providers/models all work