dev: add pull request image build workflow (#5235)

This commit is contained in:
Kuchenpirat
2025-03-30 20:38:01 +02:00
committed by GitHub
parent 07cd98c125
commit b994d27b0c
8 changed files with 58 additions and 32 deletions

View File

@@ -3,15 +3,8 @@ on:
workflow_call:
jobs:
build-package:
name: "Build Python package"
uses: ./.github/workflows/partial-package.yml
with:
tag: e2e
test:
timeout-minutes: 60
needs: build-package
runs-on: ubuntu-latest
defaults:
run: