Skip to content

Update build workflows to use image caching, multi-arch, auto-tag #27

Update build workflows to use image caching, multi-arch, auto-tag

Update build workflows to use image caching, multi-arch, auto-tag #27

Workflow file for this run

name: PR Test Backend
on:
pull_request:
branches:
- main
- staging
- development
# Workflow is triggered only if src/backend changes
paths:
- src/backend/**
# Allow manual trigger (workflow_dispatch)
workflow_dispatch:
jobs:
pytest:
uses: ./.github/workflows/r-pytest.yml
with:
build_test_img: true
secrets: inherit