Skip to content

Commit 992d6a9

Browse files
authored
Merge pull request #423 from kalaiyarasiganeshalingam/main
Add GraalVM check for the pull requests
2 parents 7fcb6f2 + 7195f0e commit 992d6a9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-with-bal-test-native.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ on:
1717
default: ''
1818
schedule:
1919
- cron: '30 18 * * *'
20+
pull_request:
21+
branches:
22+
- main
23+
types: [ opened, synchronize, reopened, labeled, unlabeled ]
24+
25+
concurrency:
26+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
27+
cancel-in-progress: true
2028

2129
jobs:
2230
call_stdlib_workflow:

0 commit comments

Comments
 (0)