Consolidate required CI gate (#115)
Some checks failed
CI / required (push) Failing after 15m5s

This commit is contained in:
2026-08-12 16:46:45 +00:00
parent b9415bedaa
commit a9309c4f29
44 changed files with 1997 additions and 2041 deletions

View File

@@ -227,12 +227,11 @@ def check_generation_and_ci() -> None:
subprocess.run(
["python3", "tools/generate_lsl_tables.py", "--check"], cwd=ROOT, check=True
)
workflow = ROOT / ".gitea" / "workflows" / "rust-workspace.yml"
workflow = ROOT / ".gitea" / "workflows" / "ci.yml"
require_markers(
workflow,
(
"python3 tools/check_milestone_10.py",
"python3 tools/test_milestone_10.py",
"required-gate",
"runs-on: ubuntu-latest",
),
)