ci: run all tests on python tools changes
This commit is contained in:
parent
89372aee82
commit
b4827112a2
|
@ -9,6 +9,7 @@ on:
|
||||||
- .github/workflows/analyzer.yml
|
- .github/workflows/analyzer.yml
|
||||||
- analyzer/**
|
- analyzer/**
|
||||||
- shared/**
|
- shared/**
|
||||||
|
- tools/python*
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
@ -17,6 +18,7 @@ on:
|
||||||
- .github/workflows/analyzer.yml
|
- .github/workflows/analyzer.yml
|
||||||
- analyzer/**
|
- analyzer/**
|
||||||
- shared/**
|
- shared/**
|
||||||
|
- tools/python*
|
||||||
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 1 * * 1
|
- cron: 0 1 * * 1
|
||||||
|
|
|
@ -9,6 +9,7 @@ on:
|
||||||
- .github/workflows/api-client.yml
|
- .github/workflows/api-client.yml
|
||||||
- api-client/**
|
- api-client/**
|
||||||
- shared/**
|
- shared/**
|
||||||
|
- tools/python*
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
@ -17,6 +18,7 @@ on:
|
||||||
- .github/workflows/api-client.yml
|
- .github/workflows/api-client.yml
|
||||||
- api-client/**
|
- api-client/**
|
||||||
- shared/**
|
- shared/**
|
||||||
|
- tools/python*
|
||||||
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 1 * * 1
|
- cron: 0 1 * * 1
|
||||||
|
|
|
@ -9,6 +9,7 @@ on:
|
||||||
- .github/workflows/api.yml
|
- .github/workflows/api.yml
|
||||||
- api/**
|
- api/**
|
||||||
- shared/**
|
- shared/**
|
||||||
|
- tools/python*
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
@ -17,6 +18,7 @@ on:
|
||||||
- .github/workflows/api.yml
|
- .github/workflows/api.yml
|
||||||
- api/**
|
- api/**
|
||||||
- shared/**
|
- shared/**
|
||||||
|
- tools/python*
|
||||||
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 1 * * 1
|
- cron: 0 1 * * 1
|
||||||
|
|
|
@ -10,6 +10,7 @@ on:
|
||||||
- playout/**
|
- playout/**
|
||||||
- api-client/**
|
- api-client/**
|
||||||
- shared/**
|
- shared/**
|
||||||
|
- tools/python*
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
@ -19,6 +20,7 @@ on:
|
||||||
- playout/**
|
- playout/**
|
||||||
- api-client/**
|
- api-client/**
|
||||||
- shared/**
|
- shared/**
|
||||||
|
- tools/python*
|
||||||
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 1 * * 1
|
- cron: 0 1 * * 1
|
||||||
|
|
|
@ -8,6 +8,7 @@ on:
|
||||||
- .github/workflows/_python.yml
|
- .github/workflows/_python.yml
|
||||||
- .github/workflows/shared.yml
|
- .github/workflows/shared.yml
|
||||||
- shared/**
|
- shared/**
|
||||||
|
- tools/python*
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
@ -15,6 +16,7 @@ on:
|
||||||
- .github/workflows/_python.yml
|
- .github/workflows/_python.yml
|
||||||
- .github/workflows/shared.yml
|
- .github/workflows/shared.yml
|
||||||
- shared/**
|
- shared/**
|
||||||
|
- tools/python*
|
||||||
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 1 * * 1
|
- cron: 0 1 * * 1
|
||||||
|
|
|
@ -8,6 +8,7 @@ on:
|
||||||
- .github/workflows/_python.yml
|
- .github/workflows/_python.yml
|
||||||
- .github/workflows/worker.yml
|
- .github/workflows/worker.yml
|
||||||
- worker/**
|
- worker/**
|
||||||
|
- tools/python*
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
@ -15,6 +16,7 @@ on:
|
||||||
- .github/workflows/_python.yml
|
- .github/workflows/_python.yml
|
||||||
- .github/workflows/worker.yml
|
- .github/workflows/worker.yml
|
||||||
- worker/**
|
- worker/**
|
||||||
|
- tools/python*
|
||||||
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 1 * * 1
|
- cron: 0 1 * * 1
|
||||||
|
|
Loading…
Reference in New Issue