Skip to content

Release 3.2.7

Release 3.2.7 #234

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' && 'main' || inputs.platform_branch }}