mirror of
https://github.com/git-for-windows/git.git
synced 2026-06-13 08:57:56 -05:00
This is hidden in v2.55.0-rc0's own CI because of an omission in5ba82911bc(ci: enable EXPENSIVE for contributor builds, 2026-05-11) which fails to enable EXPENSIVE tests for tags. Due to7d78d5fc1a(ci: skip GitHub workflow runs for already-tested commits/trees, 2020-10-08), the CI of `master` is now also mistakenly green because it reuses the tag's CI run to prove that it's solid. This is an evil merge by necessity because `survey.c` needs to adapt to the changed function signatures. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>