Open Issues Need Help
View All on GitHub CI runs twice per update of PR about 2 hours ago
AI Summary: This GitHub issue reports that CI workflows are running twice for every update to a pull request. This redundancy is due to the `on: [ push, pull_request ]` trigger configuration, which causes both events to fire. The proposed solution is to refine the triggers so that `push` only runs on the `main` branch, while `pull_request` handles PR-specific events, eliminating duplicate runs.
Complexity:
1/5
good first issue