Skip to content

Commit 859db66

Browse files
committed
daily cron job
1 parent 27dcaf1 commit 859db66

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/api_inference_generate_documentation.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Update API Inference Documentation
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches:
7-
- regenerate-api-inference-docs
5+
schedule:
6+
- cron: "0 3 * * *" # Every day at 3am
87

98
concurrency:
109
group: api_inference_generate_documentation

0 commit comments

Comments
 (0)