Skip to content

Commit d890cbb

Browse files
committed
Also non-ca-helpers
1 parent 80a68e3 commit d890cbb

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
@@ -112,6 +112,10 @@ export default function GithubActionsScheduledJobs() {
112112
workflowName={"lint-and-test-nightly.yml"}
113113
/>
114114
<GithubActionsJob repo={"ick"} workflowName={"build-nightly.yml"} />
115+
<GithubActionsJob
116+
repo={"ibex-non-ca-helpers"}
117+
workflowName={"lint-and-test-nightly.yml"}
118+
/>
115119
</div>
116120
);
117121
}

0 commit comments

Comments
 (0)