Skip to content

Commit

Permalink
run workflow on this branch to test
Browse files Browse the repository at this point in the history
  • Loading branch information
hanouticelina committed Nov 18, 2024
1 parent c1aef71 commit a914215
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/api_inference_generate_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: Update API Inference Documentation

on:
workflow_dispatch:
schedule:
- cron: "0 3 * * *" # Every day at 3am
push:
branches:
- regenerate-api-inference-docs
# schedule:
# - cron: "0 3 * * *" # Every day at 3am

concurrency:
group: api_inference_generate_documentation
Expand Down

0 comments on commit a914215

Please sign in to comment.