ci: test project weekly
This commit is contained in:
parent
f394336efc
commit
1f4d42fee5
7 changed files with 21 additions and 0 deletions
3
.github/workflows/analyzer.yml
vendored
3
.github/workflows/analyzer.yml
vendored
|
@ -17,6 +17,9 @@ on:
|
||||||
- analyzer/**
|
- analyzer/**
|
||||||
- shared/**
|
- shared/**
|
||||||
|
|
||||||
|
schedule:
|
||||||
|
- cron: 0 1 * * 1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
python:
|
python:
|
||||||
uses: ./.github/workflows/_python.yml
|
uses: ./.github/workflows/_python.yml
|
||||||
|
|
3
.github/workflows/api-client.yml
vendored
3
.github/workflows/api-client.yml
vendored
|
@ -17,6 +17,9 @@ on:
|
||||||
- api-client/**
|
- api-client/**
|
||||||
- shared/**
|
- shared/**
|
||||||
|
|
||||||
|
schedule:
|
||||||
|
- cron: 0 1 * * 1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
python:
|
python:
|
||||||
uses: ./.github/workflows/_python.yml
|
uses: ./.github/workflows/_python.yml
|
||||||
|
|
3
.github/workflows/api.yml
vendored
3
.github/workflows/api.yml
vendored
|
@ -17,6 +17,9 @@ on:
|
||||||
- api/**
|
- api/**
|
||||||
- shared/**
|
- shared/**
|
||||||
|
|
||||||
|
schedule:
|
||||||
|
- cron: 0 1 * * 1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
python:
|
python:
|
||||||
uses: ./.github/workflows/_python.yml
|
uses: ./.github/workflows/_python.yml
|
||||||
|
|
3
.github/workflows/legacy.yml
vendored
3
.github/workflows/legacy.yml
vendored
|
@ -15,6 +15,9 @@ on:
|
||||||
- api/**
|
- api/**
|
||||||
- legacy/**
|
- legacy/**
|
||||||
|
|
||||||
|
schedule:
|
||||||
|
- cron: 0 1 * * 1
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
3
.github/workflows/playout.yml
vendored
3
.github/workflows/playout.yml
vendored
|
@ -19,6 +19,9 @@ on:
|
||||||
- api-client/**
|
- api-client/**
|
||||||
- shared/**
|
- shared/**
|
||||||
|
|
||||||
|
schedule:
|
||||||
|
- cron: 0 1 * * 1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
python:
|
python:
|
||||||
uses: ./.github/workflows/_python.yml
|
uses: ./.github/workflows/_python.yml
|
||||||
|
|
3
.github/workflows/shared.yml
vendored
3
.github/workflows/shared.yml
vendored
|
@ -15,6 +15,9 @@ on:
|
||||||
- .github/workflows/shared.yml
|
- .github/workflows/shared.yml
|
||||||
- shared/**
|
- shared/**
|
||||||
|
|
||||||
|
schedule:
|
||||||
|
- cron: 0 1 * * 1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
python:
|
python:
|
||||||
uses: ./.github/workflows/_python.yml
|
uses: ./.github/workflows/_python.yml
|
||||||
|
|
3
.github/workflows/worker.yml
vendored
3
.github/workflows/worker.yml
vendored
|
@ -15,6 +15,9 @@ on:
|
||||||
- .github/workflows/worker.yml
|
- .github/workflows/worker.yml
|
||||||
- worker/**
|
- worker/**
|
||||||
|
|
||||||
|
schedule:
|
||||||
|
- cron: 0 1 * * 1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
python:
|
python:
|
||||||
uses: ./.github/workflows/_python.yml
|
uses: ./.github/workflows/_python.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue