Do not report ERROR when sample rate equals 100
This commit is contained in:
10
.github/workflows/compile.yml
vendored
10
.github/workflows/compile.yml
vendored
@ -2,15 +2,9 @@ name: Compile
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, develop ]
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master, develop ]
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- '.github/**'
|
||||
- 'README.md'
|
||||
- 'README_CN.md'
|
||||
- 'CONTRIBUTING.md'
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
centos-build:
|
||||
|
||||
6
.github/workflows/farm.yml
vendored
6
.github/workflows/farm.yml
vendored
@ -3,12 +3,6 @@ name: Farm
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master,develop ]
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- '.github/**'
|
||||
- 'README.md'
|
||||
- 'README_CN.md'
|
||||
- 'CONTRIBUTING.md'
|
||||
schedule:
|
||||
- cron: '30 9 * * *'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user