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 - .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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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