Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/code_formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- PolGen
pull_request:
branches:
- PolGen

jobs:
push_format:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code_linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Code Linter
on:
push:
branches:
- PolGen
- '*'
pull_request:
branches:
- PolGen
- '*'

jobs:
lint:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CLI Scripts Test
on:
push:
branches:
- PolGen
- '*'
pull_request:
branches:
- PolGen
- '*'

jobs:
rvc_cli:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@ name: Link Test

on:
push:
branches:
- PolGen
paths:
- '.github/workflows/test_links.yml'
- 'rvc/modules/download_source.py'
- 'rvc/modules/model_manager.py'
pull_request:
branches:
- PolGen
paths:
- '.github/workflows/test_links.yml'
- 'rvc/modules/download_source.py'
Expand Down
Loading