mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-01-31 02:32:51 +08:00
feat: optimize actions
This commit is contained in:
parent
9aeb950aea
commit
6a235eb926
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Build And Push Docker Image
|
||||
name: Build and Push Docker Image
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
2
.github/workflows/genlocale.yml
vendored
2
.github/workflows/genlocale.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: genlocale
|
||||
name: Generate and Sync Locale
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
2
.github/workflows/pull_format.yml
vendored
2
.github/workflows/pull_format.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: pull format
|
||||
name: Check Pull Format
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
|
2
.github/workflows/push_format.yml
vendored
2
.github/workflows/push_format.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: push format
|
||||
name: Standardize Code Format
|
||||
|
||||
on:
|
||||
push:
|
||||
|
2
.github/workflows/sync_dev.yml
vendored
2
.github/workflows/sync_dev.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: sync dev
|
||||
name: Merge dev into main
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
2
.github/workflows/unitest.yml
vendored
2
.github/workflows/unitest.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: unitest
|
||||
name: Unit Test
|
||||
on: [ push, pull_request ]
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user