We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676af1a commit 25140eaCopy full SHA for 25140ea
.github/workflows/codegen.yaml
@@ -1,4 +1,7 @@
1
on:
2
+ schedule:
3
+ # Runs at 12:30, 1:30 and 2:30.
4
+ - cron: '30 0-2 * * *'
5
workflow_dispatch:
6
7
name: codegen
0 commit comments