Skip to content

Commit 7c2fd80

Browse files
Add repo dispatch for update CLI flow (AST-000)
1 parent ad7bcb2 commit 7c2fd80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Update checkmarx Java wrapper
22
on:
33
workflow_dispatch:
4-
schedule:
5-
- cron: '0 0 * * *'
4+
repository_dispatch:
5+
types: [java-wrapper-version-update]
66

77
jobs:
88
update-checkmarx-cli:

0 commit comments

Comments
 (0)