Skip to content

Commit b5a9405

Browse files
committed
WIP
ci-job: aarch64-gnu
1 parent 8d4bee0 commit b5a9405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/github-actions/calculate-job-matrix.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def calculate_jobs(run_type: WorkflowRunType, job_data: Dict[str, Any]) -> List[
124124
return add_base_env(name_jobs(jobs, "try"), job_data["envs"]["try"])
125125
elif run_type is AutoRunType:
126126
return add_base_env(name_jobs(job_data["auto"], "auto"), job_data["envs"]["auto"])
127-
127+
# Test
128128
return []
129129

130130

0 commit comments

Comments
 (0)