Skip to content

Commit fe2b5a6

Browse files
committed
Add ick
1 parent 6859662 commit fe2b5a6

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
@@ -98,6 +98,10 @@ export default function GithubActionsScheduledJobs() {
9898
repo={"saluki"}
9999
workflowName={"lint-and-test-nightly.yml"}
100100
/>
101+
<GithubActionsJob
102+
repo={"ick"}
103+
workflowName={"build-nightly.yml"}
104+
/>
101105
</div>
102106
);
103107
}

0 commit comments

Comments
 (0)