Skip to content

Commit

Permalink
Merge pull request #205 from MohamedSabthar/graal
Browse files Browse the repository at this point in the history
Add GraalVM check for the PRs
  • Loading branch information
MohamedSabthar committed Apr 26, 2023
2 parents 6c299ba + a433b30 commit f7027a7
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,7 +17,15 @@ 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:
name: Run StdLib Workflow
Expand Down

0 comments on commit f7027a7

Please sign in to comment.