Skip to content

Commit

Permalink
Merge pull request #411 from MadhukaHarith92/mdev
Browse files Browse the repository at this point in the history
Add GraalVM check for the pull requests
  • Loading branch information
TharmiganK committed Apr 26, 2023
2 parents 8eaca42 + 2b36df3 commit 9c33910
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-with-bal-test-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ on:
default: ''
schedule:
- cron: '30 18 * * *'
pull_request:
branches:
- main
types: [ opened, synchronize, reopened, labeled, unlabeled ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
call_stdlib_workflow:
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "random"
version = "1.3.1"
version = "1.3.2"
authors = ["Ballerina"]
keywords = ["pseudo-random"]
repository = "https://github.com/ballerina-platform/module-ballerina-random"
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ modules = [
[[package]]
org = "ballerina"
name = "random"
version = "1.3.1"
version = "1.3.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "test"},
Expand Down

0 comments on commit 9c33910

Please sign in to comment.