sourcegraph / cody

Type less, code more: Cody is an AI code assistant that uses advanced search and codebase context to help you write and fix code.
https://cody.dev
Apache License 2.0
2.3k stars 219 forks source link

CI: refine workflow triggers #4587

Closed olafurpg closed 1 month ago

olafurpg commented 1 month ago

Previously, the scip-typescript indexing job ran on every push. This changes the job to only run on pull requests and after merging into main.

Test plan