Consolidate required CI gate (#115)
Some checks failed
CI / required (push) Failing after 15m5s
Some checks failed
CI / required (push) Failing after 15m5s
This commit is contained in:
@@ -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",
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user