Skip to content

fix fill_empty method for field that end in XX or YYY #235

fix fill_empty method for field that end in XX or YYY

fix fill_empty method for field that end in XX or YYY #235

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 }}