mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-01-01 12:35:04 +08:00
add v1 suffix
This commit is contained in:
parent
178a4b9829
commit
415173dc94
4
.github/workflows/genlocale.yml
vendored
4
.github/workflows/genlocale.yml
vendored
@ -4,8 +4,8 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- v1
|
- v1
|
||||||
jobs:
|
jobs:
|
||||||
golangci:
|
genlocale_v1:
|
||||||
name: genlocale
|
name: genlocale_v1
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out
|
- name: Check out
|
||||||
|
2
.github/workflows/pull_format.yml
vendored
2
.github/workflows/pull_format.yml
vendored
@ -8,7 +8,7 @@ on:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
jobs:
|
jobs:
|
||||||
pull_format:
|
pull_format_v1:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
steps:
|
steps:
|
||||||
|
2
.github/workflows/push_format.yml
vendored
2
.github/workflows/push_format.yml
vendored
@ -9,7 +9,7 @@ permissions:
|
|||||||
contents: write
|
contents: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
jobs:
|
jobs:
|
||||||
push_format:
|
push_format_v1:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user