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
|
||||
- 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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue