Feat: Enable manual CLM job trigger with workflow_dispatch 75/141675/1
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Mon, 11 Aug 2025 13:32:07 +0000 (14:32 +0100)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Mon, 11 Aug 2025 13:32:07 +0000 (14:32 +0100)
Issue-ID: CIMAN-454

Also see: IT-28273

Change-Id: I1f4151661f032e16ad9c8d804fae2ecde2f8788b
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
.github/workflows/clm-scan.yaml

index 7cbcfff..b542595 100644 (file)
@@ -3,6 +3,7 @@ name: Gerrit Composed CLM Scan
 
 # yamllint disable-line rule:truthy
 on:
+  workflow_dispatch:
   schedule:
     - cron: "58 6 * * 6"