We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928c939 commit a6d34b8Copy full SHA for a6d34b8
1 file changed
.github/workflows/ci.yml
@@ -2,6 +2,8 @@ name: Copy Binaries and Announce Release
2
3
on:
4
workflow_dispatch:
5
+ schedule:
6
+ - cron: '0 */3 * * 1-3' # Every 3 hours on Mon-Wed
7
8
permissions: {}
9
0 commit comments