Skip to content

Commit a914215

Browse files
committed
run workflow on this branch to test
1 parent c1aef71 commit a914215

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/api_inference_generate_documentation.yml

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

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

811
concurrency:
912
group: api_inference_generate_documentation

0 commit comments

Comments
 (0)