Skip to content

Commit b1ec609

Browse files
committed
Add project board checks
1 parent 719ec3f commit b1ec609

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
@@ -74,6 +74,10 @@ export default function GithubActionsScheduledJobs() {
7474
repo={"isis_css_top"}
7575
workflowName={"build-nightly.yml"}
7676
/>
77+
<GithubActionsJob
78+
repo={"IBEX"}
79+
workflowName={"project_board_checks.yml"}
80+
/>
7781
</div>
7882
);
7983
}

0 commit comments

Comments
 (0)