Skip to content

Commit 0268fbe

Browse files
committed
reactivate workflow
1 parent 9747133 commit 0268fbe

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/api_inference_generate_documentation.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
name: Update API Inference Documentation
22

3-
# on:
4-
# workflow_dispatch:
5-
# schedule:
6-
# - cron: "0 3 * * *" # Every day at 3am
73
on:
8-
push:
9-
branches:
10-
- fix-update-doc-workflow
114
workflow_dispatch:
5+
schedule:
6+
- cron: "0 3 * * *" # Every day at 3am
7+
128

139
concurrency:
1410
group: api_inference_generate_documentation

0 commit comments

Comments
 (0)