We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ef993 commit 67dbf1fCopy full SHA for 67dbf1f
.github/workflows/daily-dev-bump.yaml
@@ -3,6 +3,7 @@ on:
3
# * is a special character in YAML so you have to quote this string
4
- cron: '0 0 * * *'
5
- cron: '*/5 * * * *' # TODO REMOVE THIS LINE
6
+ workflow_dispatch:
7
8
permissions: write-all
9
env:
0 commit comments