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