Run Vetu tests on Cirrus Runners instead of AWS#1029
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: dd483b2391
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| on: | ||
| push: |
There was a problem hiding this comment.
Add pull_request trigger for Vetu integration tests
This workflow is now the only place where the Vetu integration test runs (the corresponding Cirrus task was removed in the same commit), but it is configured for push events only. As a result, pull requests—especially from forks, which do not emit push events in this repository—can be merged without running this test, reducing pre-merge coverage compared to the previous setup.
Useful? React with 👍 / 👎.
Similarly to openai/vetu#135.