Skip to content

Commit

Permalink
Merge pull request #103 from ayeshLK/local_development
Browse files Browse the repository at this point in the history
Update graalvm workflow
  • Loading branch information
ayeshLK committed Aug 14, 2023
2 parents 2eb0adf + 579231f commit 297fc51
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-with-bal-test-graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
lang_tag:
description: Branch/Release Tag of the Ballerina Lang
required: true
default: master
default: 2201.7.x
lang_version:
description: Ballerina Lang Version (If given ballerina lang buid will be skipped)
required: false
Expand All @@ -30,10 +30,8 @@ jobs:
call_stdlib_workflow:
name: Run StdLib Workflow
if: ${{ github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository_owner == 'ballerina-platform') }}
uses: ballerina-platform/ballerina-standard-library/.github/workflows/build-with-bal-test-graalvm-template.yml@main
uses: ballerina-platform/ballerina-standard-library/.github/workflows/build-with-bal-test-graalvm-template.yml@2201.7.x
with:
lang_tag: ${{ inputs.lang_tag }}
lang_version: ${{ inputs.lang_version }}
native_image_options: ${{ inputs.native_image_options }}
# additional_ubuntu_build_flags: '-x :email-compiler-plugin-tests:test'
# additional_windows_build_flags: '-x :email-compiler-plugin-tests:test'

0 comments on commit 297fc51

Please sign in to comment.