Skip to content

Commit 35980db

Browse files
authored
Update trigger-release.yaml
1 parent 0087f84 commit 35980db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trigger-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check for New Release
22

33
on:
44
schedule:
5-
- cron: '0 */12 * * *' # Schedule to run every 24 hours
5+
- cron: '30 0 * * *' # Schedule to run at 00:30 after the sync fork at 00:00
66

77
jobs:
88
check-for-release:

0 commit comments

Comments
 (0)