Skip to content

Commit 4688af0

Browse files
committed
fix too low job per page count
1 parent e54568a commit 4688af0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-common.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -332,11 +332,10 @@ jobs:
332332
owner: context.repo.owner,
333333
repo: context.repo.repo,
334334
run_id: context.runId,
335-
per_page: 100
335+
per_page: 200
336336
});
337337
const matrix = JSON.parse(process.env.matrix);
338338
const job_name = `common / test${ matrix['test-partition'] } (${ matrix['test-java-version'] }, ${ matrix.vm }, indy ${ matrix['test-indy'] })`;
339-
console.log(job_name);
340339
return workflow_run.jobs.find((job) => job.name === job_name).html_url;
341340
342341
- name: Flaky test report

0 commit comments

Comments
 (0)