mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2024-12-29 19:15: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:
|
||||
- v1
|
||||
jobs:
|
||||
golangci:
|
||||
name: genlocale
|
||||
genlocale_v1:
|
||||
name: genlocale_v1
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out
|
||||
|
2
.github/workflows/pull_format.yml
vendored
2
.github/workflows/pull_format.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
permissions:
|
||||
contents: write
|
||||
jobs:
|
||||
pull_format:
|
||||
pull_format_v1:
|
||||
runs-on: ubuntu-latest
|
||||
continue-on-error: true
|
||||
steps:
|
||||
|
2
.github/workflows/push_format.yml
vendored
2
.github/workflows/push_format.yml
vendored
@ -9,7 +9,7 @@ permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
jobs:
|
||||
push_format:
|
||||
push_format_v1:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user