diff --git a/ui/src/routes/_layout/organizations/$orgId.products.$productId.repositories.$repoId.create-run.tsx b/ui/src/routes/_layout/organizations/$orgId.products.$productId.repositories.$repoId.create-run.tsx index da20904a2..43db115f2 100644 --- a/ui/src/routes/_layout/organizations/$orgId.products.$productId.repositories.$repoId.create-run.tsx +++ b/ui/src/routes/_layout/organizations/$orgId.products.$productId.repositories.$repoId.create-run.tsx @@ -275,6 +275,13 @@ const CreateRunPage = () => { />

Enable and configure jobs

+
+ Configure the jobs to be included in the ORT Run.{' '} +
+
+ NOTE: Currently, the Analyzer needs to always run as part of an + ORT Run. +
{/* Analyzer job */} @@ -287,6 +294,7 @@ const CreateRunPage = () => {