ci: run all tests on python tools changes

This commit is contained in:
jo 2023-03-14 11:38:43 +01:00 committed by Kyle Robbertze
parent 89372aee82
commit b4827112a2
6 changed files with 12 additions and 0 deletions

View File

@ -9,6 +9,7 @@ on:
- .github/workflows/analyzer.yml
- analyzer/**
- shared/**
- tools/python*
pull_request:
branches: [main]
@ -17,6 +18,7 @@ on:
- .github/workflows/analyzer.yml
- analyzer/**
- shared/**
- tools/python*
schedule:
- cron: 0 1 * * 1

View File

@ -9,6 +9,7 @@ on:
- .github/workflows/api-client.yml
- api-client/**
- shared/**
- tools/python*
pull_request:
branches: [main]
@ -17,6 +18,7 @@ on:
- .github/workflows/api-client.yml
- api-client/**
- shared/**
- tools/python*
schedule:
- cron: 0 1 * * 1

View File

@ -9,6 +9,7 @@ on:
- .github/workflows/api.yml
- api/**
- shared/**
- tools/python*
pull_request:
branches: [main]
@ -17,6 +18,7 @@ on:
- .github/workflows/api.yml
- api/**
- shared/**
- tools/python*
schedule:
- cron: 0 1 * * 1

View File

@ -10,6 +10,7 @@ on:
- playout/**
- api-client/**
- shared/**
- tools/python*
pull_request:
branches: [main]
@ -19,6 +20,7 @@ on:
- playout/**
- api-client/**
- shared/**
- tools/python*
schedule:
- cron: 0 1 * * 1

View File

@ -8,6 +8,7 @@ on:
- .github/workflows/_python.yml
- .github/workflows/shared.yml
- shared/**
- tools/python*
pull_request:
branches: [main]
@ -15,6 +16,7 @@ on:
- .github/workflows/_python.yml
- .github/workflows/shared.yml
- shared/**
- tools/python*
schedule:
- cron: 0 1 * * 1

View File

@ -8,6 +8,7 @@ on:
- .github/workflows/_python.yml
- .github/workflows/worker.yml
- worker/**
- tools/python*
pull_request:
branches: [main]
@ -15,6 +16,7 @@ on:
- .github/workflows/_python.yml
- .github/workflows/worker.yml
- worker/**
- tools/python*
schedule:
- cron: 0 1 * * 1