name: Analyzer on: workflow_dispatch: push: branches: [main, stable-*] paths: - .github/workflows/_python-*.yml - .github/workflows/analyzer.yml - analyzer/** - shared/** - tools/python* pull_request: branches: [main, stable-*] paths: - .github/workflows/_python-*.yml - .github/workflows/analyzer.yml - analyzer/** - shared/** - tools/python* schedule: - cron: 0 1 * * 1 jobs: lint: uses: ./.github/workflows/_python-lint.yml with: context: analyzer test-focal: uses: ./.github/workflows/_python-test.yml with: context: analyzer release: focal test-bullseye: uses: ./.github/workflows/_python-test.yml with: context: analyzer release: bullseye test-jammy: uses: ./.github/workflows/_python-test.yml with: context: analyzer release: jammy