mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
added if merged
This commit is contained in:
parent
7206fe3163
commit
e40b942389
8
.github/workflows/auto_docs.yml
vendored
8
.github/workflows/auto_docs.yml
vendored
@ -2,14 +2,14 @@ name: Automatic Documentation for Launcher
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- autodoc
|
||||
paths:
|
||||
- "/launcher/src/main.rs"
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
update_output:
|
||||
update_docs:
|
||||
if: github.event.pull_request.merged == true
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user