Skip to content

Fix Prop Factory - Enable prop spawning from Python API #20

Fix Prop Factory - Enable prop spawning from Python API

Fix Prop Factory - Enable prop spawning from Python API #20

Workflow file for this run

name: UE5-PR
on:
pull_request:
branches:
- ue5-dev
types: [opened, synchronize, reopened]
concurrency:
group: pr-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
ubuntu-pr:
name: Ubuntu PR
uses: ./.github/workflows/_ci-ubuntu.yml
with:
python-versions: "3.10"
smoke-test-python-versions: "3.10"
additional-maps: false
upload-package: false
upload-replace-latest: false
upload-docker: false
# windows-pr:
# name: Windows PR
# uses: ./.github/workflows/_ci-windows.yml
# with:
# python-versions: "3.12"
# additional-maps: false
# upload-package: false
# upload-replace-latest: false