Skip to content

On demand build without tests #9

On demand build without tests

On demand build without tests #9

name: On demand build without tests
on:
workflow_dispatch:
jobs:
call_workflow:
name: Run Build Workflow
if: ${{ github.repository_owner == 'ballerina-platform' }}
uses: ballerina-platform/ballerina-standard-library/.github/workflows/build-timestamp-master-template.yml@main
with:
additional-build-flags: '-x check -x test'
secrets: inherit