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 54a180b commit 55c5e55Copy full SHA for 55c5e55
.github/workflows/generate.yml
@@ -5,6 +5,8 @@ on:
5
branches: [ generate-schema ]
6
watch:
7
types: [started]
8
+ schedule:
9
+ - cron: “0 0 * * *” # Run at 00:00 UTC everyday
10
11
jobs:
12
build:
0 commit comments