Skip to content

Commit 4c5152e

Browse files
committed
Add comments to workflow
1 parent 6f65810 commit 4c5152e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Auto Update
22

33
# Controls when the workflow will run
44
on:
5-
workflow_dispatch:
5+
workflow_dispatch: # Allows workflow to be manually triggered from Actions page
66
schedule:
7-
- cron: "0 0 * * 0" # Runs every day at midnight
7+
- cron: "0 0 * * 0" # Runs every Sunday at midnight
88

99
jobs:
1010
npm-upgrade:

0 commit comments

Comments
 (0)