Skip to content

Commit 1da1b9d

Browse files
committed
add lewis, genie, expdbpop
1 parent d23f7f1 commit 1da1b9d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

app/components/GithubActionsScheduledJobs.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,18 @@ export default function GithubActionsScheduledJobs() {
4343
repo={"EPICS-inst_servers"}
4444
workflowName={"lint-and-test-nightly.yml"}
4545
/>
46+
<GithubActionsJob
47+
repo={"lewis"}
48+
workflowName={"lint-and-test-nightly.yml"}
49+
/>
50+
<GithubActionsJob
51+
repo={"genie"}
52+
workflowName={"lint-and-test-nightly.yml"}
53+
/>
54+
<GithubActionsJob
55+
repo={"ExperimentDatabasePopulator"}
56+
workflowName={"lint-and-test-nightly.yml"}
57+
/>
4658
</div>
4759
);
4860
}

0 commit comments

Comments
 (0)