From c8f5b7c84e4a28decf4fd69f023e5b7cd4844120 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 1 Jun 2026 09:19:27 +0100 Subject: [PATCH] Add DS jobs --- app/components/GithubActionsScheduledJobs.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/app/components/GithubActionsScheduledJobs.tsx b/app/components/GithubActionsScheduledJobs.tsx index 6adac4d..26c016e 100644 --- a/app/components/GithubActionsScheduledJobs.tsx +++ b/app/components/GithubActionsScheduledJobs.tsx @@ -121,6 +121,22 @@ export default function GithubActionsScheduledJobs() { repo={"fastcs-secop"} workflowName={"lint-and-test-nightly.yml"} /> + + + + ); }