mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-07 16:39:03 +00:00
94199a016b
Speed up all go jobs by ~58s by not cleaning the disk when there's at least 50GB available. The job was added because some runners only have like 15GB available (I assume self-hosted), but on regular GHA runners which have about 90GB free, this job will now always skip. Co-authored-by: techknowlogick <techknowlogick@gitea.com>