Skip to content

Commit

Permalink
Merge pull request #423 from kalaiyarasiganeshalingam/main
Browse files Browse the repository at this point in the history
Add GraalVM check for the pull requests
  • Loading branch information
TharmiganK authored Apr 27, 2023
2 parents 7fcb6f2 + 7195f0e commit 992d6a9
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:
- main
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 992d6a9

Please sign in to comment.