We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d0afe commit 0591874Copy full SHA for 0591874
1 file changed
.github/workflows/schedule-update-actions.yml
@@ -2,6 +2,7 @@ name: GitHub Actions Version Updater
2
3
# Controls when the action will run.
4
on:
5
+ workflow_dispatch:
6
schedule:
7
# Automatically run on every Sunday
8
- cron: '0 0 * * 0'
0 commit comments