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 0087f84 commit 35980dbCopy full SHA for 35980db
.github/workflows/trigger-release.yaml
@@ -2,7 +2,7 @@ name: Check for New Release
2
3
on:
4
schedule:
5
- - cron: '0 */12 * * *' # Schedule to run every 24 hours
+ - cron: '30 0 * * *' # Schedule to run at 00:30 after the sync fork at 00:00
6
7
jobs:
8
check-for-release:
0 commit comments