From 579231f27b2614b47757c31a6281b1e936a745ff Mon Sep 17 00:00:00 2001 From: ayeshLK Date: Mon, 14 Aug 2023 10:39:55 +0530 Subject: [PATCH] Update graalvm workflow --- .github/workflows/build-with-bal-test-graalvm.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-with-bal-test-graalvm.yml b/.github/workflows/build-with-bal-test-graalvm.yml index b3a15155..1534fcd4 100644 --- a/.github/workflows/build-with-bal-test-graalvm.yml +++ b/.github/workflows/build-with-bal-test-graalvm.yml @@ -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 @@ -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'