Skip to content

Commit 0087f84

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

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: '* */12 * * *' # Schedule to run every 24 hours
5+
- cron: '0 */12 * * *' # Schedule to run every 24 hours
66

77
jobs:
88
check-for-release:

0 commit comments

Comments
 (0)