We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45220a commit f7d23e6Copy full SHA for f7d23e6
1 file changed
.github/workflows/updatecli.weekly.yaml
@@ -6,6 +6,9 @@ on:
6
# * is a special character in YAML so you have to quote this string
7
# Run at 12:00 every Thursday
8
- cron: '0 12 * * 4'
9
+ repository_dispatch:
10
+ types:
11
+ - "updatecli-release"
12
jobs:
13
updatecli:
14
if: github.ref == 'refs/heads/master'
0 commit comments