Files
scopone/.gitea/workflows/android-build.yml
Workflow config file is invalid. Please check your config file: yaml: line 124: mapping values are not allowed in this context
Giancarmine Salucci 1faf3cf961 ci: dedup gate — duplicate runs skip all build steps in ~5s
On Gitea runner v0.3.0 the same push event is dispatched to multiple
workers, creating perpetual duplicate runs. A new first step queries the
Gitea API for the highest run_id for this commit sha; if a newer run
already exists, all subsequent steps are skipped via if-guards, letting
the duplicate complete in ~5 seconds without wasting compute.
2026-05-25 21:10:08 +02:00

12 KiB