Skip to content

Commit 4082a56

Browse files
authored
Change cron schedule in daily.yml (#235)
Updated cron schedule to run every 7 days instead of daily.
1 parent 1553b23 commit 4082a56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- main
99

1010
schedule:
11-
- cron: "10 2 * * *"
11+
- cron: "10 2 1/7 * *"
1212

1313
jobs:
1414
publish_platform:

0 commit comments

Comments
 (0)