1 changed files with
5 additions and
0 deletions
|
|
@ -19,6 +19,11 @@ on:
|
|
|
|
branches: [ "master" ]
|
|
|
|
branches: [ "master" ]
|
|
|
|
schedule:
|
|
|
|
schedule:
|
|
|
|
- cron: '33 12 * * 5'
|
|
|
|
- cron: '33 12 * * 5'
|
|
|
|
|
|
|
|
paths-ignore:
|
|
|
|
|
|
|
|
- '**/*.md'
|
|
|
|
|
|
|
|
- '**/*.txt'
|
|
|
|
|
|
|
|
- 'tests/tools/base.py'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
analyze:
|
|
|
|
analyze:
|
|
|
|