mirror of
https://github.com/neovim/neovim.git
synced 2026-05-24 05:40:08 +00:00
Problem: Optional CI reevaluates on unrelated label events and shares one workflow-wide concurrency group. One optional label change can cancel in-flight jobs for the other optional suite. Solution: Only reevaluate each optional job when its own label changes, and move concurrency to the job level. This keeps `s390x` and `windows-asan` from restarting each other.