gemini-cli
gemini-cli copied to clipboard
Always set pending status in E2E tests
Summary
Ensure we always write the pending status, even in merge queue.
Details
in the merge queue download_repo_name is skipped. Since it is a transitive dep of set_pending_status that leads to this being skipped unless it is marked with always().
Related Issues
For #10008