add paths-ignore into compile and farm action (#1745)
* add path-ignore into compile.yaml and farm.yaml
This commit is contained in:
6
.github/workflows/compile.yml
vendored
6
.github/workflows/compile.yml
vendored
@ -5,6 +5,12 @@ on:
|
|||||||
branches: [ master, develop ]
|
branches: [ master, develop ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master, develop ]
|
branches: [ master, develop ]
|
||||||
|
paths-ignore:
|
||||||
|
- 'docs/**'
|
||||||
|
- '.github/**'
|
||||||
|
- 'README.md'
|
||||||
|
- 'README_CN.md'
|
||||||
|
- 'CONTRIBUTING.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
centos-build:
|
centos-build:
|
||||||
|
|||||||
7
.github/workflows/farm.yml
vendored
7
.github/workflows/farm.yml
vendored
@ -3,6 +3,13 @@ name: Farm
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master,develop ]
|
branches: [ master,develop ]
|
||||||
|
paths-ignore:
|
||||||
|
- 'docs/**'
|
||||||
|
- '.github/**'
|
||||||
|
- 'README.md'
|
||||||
|
- 'README_CN.md'
|
||||||
|
- 'CONTRIBUTING.md'
|
||||||
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 9 * * *'
|
- cron: '30 9 * * *'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user