Open maiself opened 1 week ago
My personal experience is that this is a minor problem and opensource project are donated machine cycles for this. It ensures coverage of all the pull requests.
Historically, the godot-python-extensions github actions page says the builds take around 1-3 minutes. I'm ok with 10 minutes before we need to optimize.
For comparison, a regular cached build on godot engine organization is 50 minutes. https://github.com/godotengine/godot/actions/runs/11523267962
Here is the documentation for pull request author requests for ci skip. https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-workflow-runs/skipping-workflow-runs
For instance builds are triggered for changes to documentation, but documentation doesn't affect build outcome. Can this be made more selective?