Actions
Misc #17376
openReduce number of GitHub Actions
Description
At this time we have 127 checks for GitHub commits, but unfortunately GitHub UI only shows 100 checks.
It sometimes makes we don't see a failed check.
Could you reduce number of GitHub actions at least less than 100?
Updated by k0kubun (Takashi Kokubun) over 1 year ago
Specifying max-parallel
to a job with a large matrix might also be an option if our goal is to avoid consuming the entire capacity by a single job.
Updated by shyouhei (Shyouhei Urabe) over 1 year ago
OK to reduce tests; no idea which. Maybe we must prioritise them.
Updated by Eregon (Benoit Daloze) over 1 year ago
https://github.com/ruby/ruby/pull/3876 seems enough, right?
I think there were too many compiler variants before, that addresses it.
Actions