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