From: Matthew Watkins Date: Mon, 11 Aug 2025 13:32:07 +0000 (+0100) Subject: Feat: Enable manual CLM job trigger with workflow_dispatch X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F75%2F141675%2F1;p=ccsdk%2Fsli.git 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 --- 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"