Skip to content

Commit 29e6c10

Browse files
Change cron schedule to run every 6 hours
1 parent 652af29 commit 29e6c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_releases_list.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Update Releases
55

66
on:
77
schedule:
8-
- cron: '29 12 * * *' # Runs every day at 12:29
8+
- cron: '29 */6 * * *' # Runs every 6 hours at h:29 (UTC)
99
push:
1010
branches:
1111
- main

0 commit comments

Comments
 (0)