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 652af29 commit 29e6c10Copy full SHA for 29e6c10
.github/workflows/update_releases_list.yml
@@ -5,7 +5,7 @@ name: Update Releases
5
6
on:
7
schedule:
8
- - cron: '29 12 * * *' # Runs every day at 12:29
+ - cron: '29 */6 * * *' # Runs every 6 hours at h:29 (UTC)
9
push:
10
branches:
11
- main
0 commit comments