Skip to content

Commit 302bb8b

Browse files
Add GraalVM check for the pull requests
1 parent 64e2ff4 commit 302bb8b

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+
- master
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)