We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2376517 commit f471a54Copy full SHA for f471a54
.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