ci: temp fix for txwy gamedat

cc @tsuk1ko 0d5e2f9e64 (r175642072)
This commit is contained in:
Constrat
2026-01-26 14:25:43 +01:00
parent 15c53df25b
commit 3cf198e5e1

View File

@@ -265,6 +265,11 @@ bool run_parallel_tasks(
if (error_occurred.load()) {
return;
}
// Skip recruitment for txwy
if (out == "txwy") {
std::cout << "------- Skipping recruitment data for " << out << " -------" << '\n';
return;
}
std::cout << "------- Update recruitment data " << out << " -------" << '\n';
if (!update_recruitment_data(
overseas_data_dir / in / "gamedata" / "excel",