Skip to content

Commit 59af2fc

Browse files
committed
add schedule
1 parent dcb370a commit 59af2fc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/typespec-python-regenerate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
branches: [main]
77
paths:
88
- "eng/emitter-package.json"
9+
# Run daily at 22:00 UTC against microsoft/typespec@main
10+
schedule:
11+
- cron: "0 22 * * *"
912
# Allow manual triggering
1013
workflow_dispatch:
1114
inputs:

0 commit comments

Comments
 (0)