Skip to content

Commit

Permalink
Merge pull request #448 from sahanHe/gralvm
Browse files Browse the repository at this point in the history
Add GraalVM check for the pull requests
  • Loading branch information
TharmiganK committed Apr 27, 2023
2 parents b02ac75 + 1cb447e commit 931606e
Showing 1 changed file with 8 additions and 0 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:
- master
types: [ opened, synchronize, reopened, labeled, unlabeled ]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
cancel-in-progress: true

jobs:
call_stdlib_workflow:
Expand Down

0 comments on commit 931606e

Please sign in to comment.