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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- autodoc
|
||||||
paths:
|
paths:
|
||||||
- "/launcher/src/main.rs"
|
- "/launcher/src/main.rs"
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update_output:
|
update_docs:
|
||||||
|
if: github.event.pull_request.merged == true
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user