Skip to content

Release 3.2.10

Release 3.2.10 #270

Workflow file for this run

name: Platform Integration
on:
pull_request:
workflow_dispatch:
inputs:
platform_branch:
description: "Platform branch to test with: [git ref]"
required: false
jobs:
platform_testing:
uses: OasisLMF/OasisPlatform/.github/workflows/test-python_api.yml@main
secrets: inherit
with:
ods_branch: ${{ github.ref }}
platform_branch: ${{ github.event_name != 'workflow_dispatch' && 'stable/2.3.x' || inputs.platform_branch }}