From c2bf10728e72b1abe989920ebdef2ce5e31d17a8 Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Mon, 11 Aug 2025 14:32:07 +0100 Subject: [PATCH] Feat: Enable manual CLM job trigger with workflow_dispatch Issue-ID: CIMAN-454 Also see: IT-28273 Change-Id: I1f4151661f032e16ad9c8d804fae2ecde2f8788b Signed-off-by: Matthew Watkins --- .github/workflows/clm-scan.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clm-scan.yaml b/.github/workflows/clm-scan.yaml index 7cbcfffdd..b542595ac 100644 --- a/.github/workflows/clm-scan.yaml +++ b/.github/workflows/clm-scan.yaml @@ -3,6 +3,7 @@ name: Gerrit Composed CLM Scan # yamllint disable-line rule:truthy on: + workflow_dispatch: schedule: - cron: "58 6 * * 6" -- 2.16.6