We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23f7f1 commit 1da1b9dCopy full SHA for 1da1b9d
app/components/GithubActionsScheduledJobs.tsx
@@ -43,6 +43,18 @@ export default function GithubActionsScheduledJobs() {
43
repo={"EPICS-inst_servers"}
44
workflowName={"lint-and-test-nightly.yml"}
45
/>
46
+ <GithubActionsJob
47
+ repo={"lewis"}
48
+ workflowName={"lint-and-test-nightly.yml"}
49
+ />
50
51
+ repo={"genie"}
52
53
54
55
+ repo={"ExperimentDatabasePopulator"}
56
57
58
</div>
59
);
60
}
0 commit comments