From 7c2fd80b2c5018576cb44039bf3dac00b4b98a46 Mon Sep 17 00:00:00 2001 From: greensd4 <33864348+greensd4@users.noreply.github.com> Date: Tue, 4 Mar 2025 15:14:07 +0200 Subject: [PATCH] Add repo dispatch for update CLI flow (AST-000) --- .github/workflows/update-cli.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-cli.yml b/.github/workflows/update-cli.yml index ea4a979..c4df6c5 100644 --- a/.github/workflows/update-cli.yml +++ b/.github/workflows/update-cli.yml @@ -1,8 +1,8 @@ name: Update checkmarx Java wrapper on: workflow_dispatch: - schedule: - - cron: '0 0 * * *' + repository_dispatch: + types: [java-wrapper-version-update] jobs: update-checkmarx-cli: