Skip to content

Commit af82204

Browse files
Add update cli version dispatch (AST-000)
1 parent 0c8a2dd commit af82204

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 ast cli
22
on:
33
workflow_dispatch:
4-
schedule:
5-
- cron: '0 0 * * *'
4+
repository_dispatch:
5+
types: [cli-version-update]
66

77
jobs:
88
update-checkmarx-cli:

0 commit comments

Comments
 (0)