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