Skip to content

Commit

Permalink
Update GraalVM workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK committed Mar 27, 2024
1 parent c21ca58 commit a7c50a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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.8.x
lang_version:
description: Ballerina Lang Version (If given ballerina lang buid will be skipped)
required: false
Expand All @@ -26,6 +26,7 @@ on:
pull_request:
branches:
- master
- 2201.8.x
- 2201.7.x
types: [opened, synchronize, reopened, labeled, unlabeled]

Expand All @@ -37,7 +38,7 @@ 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.8.x
with:
lang_tag: ${{ inputs.lang_tag }}
lang_version: ${{ inputs.lang_version }}
Expand Down

0 comments on commit a7c50a7

Please sign in to comment.