Skip to content

Commit a9a5dfe

Browse files
comment
1 parent 0875e76 commit a9a5dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upgrade.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Workflow Name Upgrade Packages
1010
on:
1111
workflow_dispatch:
1212
schedule:
13-
- cron: '0 0 * * 1'
13+
- cron: '0 0 * * 1' # 00:00 every Monday
1414

1515
# Defining access for the GITHUB_TOKEN scopes (GITHUB_TOKEN used actions/checkout@v3 could git push)
1616
permissions:

0 commit comments

Comments
 (0)