Skip to content

Refactor code to properly handle QulifiedName as key in map type and fix issue in converting to open record #44

Refactor code to properly handle QulifiedName as key in map type and fix issue in converting to open record

Refactor code to properly handle QulifiedName as key in map type and fix issue in converting to open record #44

Workflow file for this run

name: Pull Request
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
cancel-in-progress: true
on: pull_request
jobs:
call_workflow:
name: Run PR Build Workflow
if: ${{ github.repository_owner == 'ballerina-platform' }}
uses: ballerina-platform/ballerina-standard-library/.github/workflows/pull-request-build-template.yml@main
secrets: inherit