Skip to content

fix(bazarr): can haz python 3.12? #619

fix(bazarr): can haz python 3.12?

fix(bazarr): can haz python 3.12? #619

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "Pull Request: Validate"
on:
pull_request:
branches: ["main"]
types: ["opened", "synchronize", "reopened"]
concurrency:
group: ${{ github.head_ref }}-pr-validate
cancel-in-progress: true
jobs:
simple-checks:
uses: onedr0p/containers/.github/workflows/simple-checks.yaml@main
get-changed-images:
uses: onedr0p/containers/.github/workflows/get-changed-images.yaml@main
build-images:
needs: ["simple-checks", "get-changed-images"]
if: ${{ needs.get-changed-images.outputs.addedOrModified == 'true' }}
uses: onedr0p/containers/.github/workflows/build-images.yaml@main
secrets: inherit
with:
appsToBuild: "${{ needs.get-changed-images.outputs.addedOrModifiedImages }}"
pushImages: false
sendNotifications: false