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