ci: test project weekly
This commit is contained in:
parent
f394336efc
commit
1f4d42fee5
|
@ -17,6 +17,9 @@ on:
|
|||
- analyzer/**
|
||||
- shared/**
|
||||
|
||||
schedule:
|
||||
- cron: 0 1 * * 1
|
||||
|
||||
jobs:
|
||||
python:
|
||||
uses: ./.github/workflows/_python.yml
|
||||
|
|
|
@ -17,6 +17,9 @@ on:
|
|||
- api-client/**
|
||||
- shared/**
|
||||
|
||||
schedule:
|
||||
- cron: 0 1 * * 1
|
||||
|
||||
jobs:
|
||||
python:
|
||||
uses: ./.github/workflows/_python.yml
|
||||
|
|
|
@ -17,6 +17,9 @@ on:
|
|||
- api/**
|
||||
- shared/**
|
||||
|
||||
schedule:
|
||||
- cron: 0 1 * * 1
|
||||
|
||||
jobs:
|
||||
python:
|
||||
uses: ./.github/workflows/_python.yml
|
||||
|
|
|
@ -15,6 +15,9 @@ on:
|
|||
- api/**
|
||||
- legacy/**
|
||||
|
||||
schedule:
|
||||
- cron: 0 1 * * 1
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
|
|
@ -19,6 +19,9 @@ on:
|
|||
- api-client/**
|
||||
- shared/**
|
||||
|
||||
schedule:
|
||||
- cron: 0 1 * * 1
|
||||
|
||||
jobs:
|
||||
python:
|
||||
uses: ./.github/workflows/_python.yml
|
||||
|
|
|
@ -15,6 +15,9 @@ on:
|
|||
- .github/workflows/shared.yml
|
||||
- shared/**
|
||||
|
||||
schedule:
|
||||
- cron: 0 1 * * 1
|
||||
|
||||
jobs:
|
||||
python:
|
||||
uses: ./.github/workflows/_python.yml
|
||||
|
|
|
@ -15,6 +15,9 @@ on:
|
|||
- .github/workflows/worker.yml
|
||||
- worker/**
|
||||
|
||||
schedule:
|
||||
- cron: 0 1 * * 1
|
||||
|
||||
jobs:
|
||||
python:
|
||||
uses: ./.github/workflows/_python.yml
|
||||
|
|
Loading…
Reference in New Issue