Skip to content

Commit

Permalink
Merge pull request #866 from kalaiyarasiganeshalingam/master
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 26e20a5 + 980a893 commit 3cee610
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 3cee610

Please sign in to comment.