Skip to content

Commit c66dcaf

Browse files
committed
add ibex_utils
1 parent 1da1b9d commit c66dcaf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/components/GithubActionsScheduledJobs.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ export default function GithubActionsScheduledJobs() {
5555
repo={"ExperimentDatabasePopulator"}
5656
workflowName={"lint-and-test-nightly.yml"}
5757
/>
58+
<GithubActionsJob
59+
repo={"ibex_utils"}
60+
workflowName={"lint-and-test-nightly.yml"}
61+
/>
5862
</div>
5963
);
6064
}

0 commit comments

Comments
 (0)