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 c81cd8a commit 4585a7aCopy full SHA for 4585a7a
.github/workflows/auto-update.yml
@@ -2,9 +2,9 @@ name: Auto Update
2
3
# Controls when the workflow will run
4
on:
5
- workflow_dispatch:
+ workflow_dispatch: # Allows workflow to be manually triggered from Actions page
6
schedule:
7
- - cron: "0 0 * * 0" # Runs every day at midnight
+ - cron: "0 0 * * 0" # Runs every Sunday at midnight
8
9
jobs:
10
npm-upgrade:
0 commit comments