We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb370a commit 59af2fcCopy full SHA for 59af2fc
1 file changed
.github/workflows/typespec-python-regenerate.yml
@@ -6,6 +6,9 @@ on:
6
branches: [main]
7
paths:
8
- "eng/emitter-package.json"
9
+ # Run daily at 22:00 UTC against microsoft/typespec@main
10
+ schedule:
11
+ - cron: "0 22 * * *"
12
# Allow manual triggering
13
workflow_dispatch:
14
inputs:
0 commit comments