Skip to content

Commit 6170049

Browse files
committed
add server common to wall display
1 parent 566aeb8 commit 6170049

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
@@ -116,6 +116,10 @@ export default function GithubActionsScheduledJobs() {
116116
repo={"ibex-non-ca-helpers"}
117117
workflowName={"lint-and-test-nightly.yml"}
118118
/>
119+
<GithubActionsJob
120+
repo={"server-common"}
121+
workflowName={"lint-and-test-nightly.yml"}
122+
/>
119123
</div>
120124
);
121125
}

0 commit comments

Comments
 (0)