Skip to content

Commit b9a2560

Browse files
authored
Run graal on master (#8907)
1 parent 8339524 commit b9a2560

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,8 +491,7 @@ jobs:
491491

492492
testgraal:
493493
runs-on: ubuntu-latest
494-
# TODO add master build after fixing all tests in CI
495-
if: contains(github.event.pull_request.labels.*.name, 'graal')
494+
if: github.ref == 'refs/heads/master' || contains(github.event.pull_request.labels.*.name, 'graal')
496495

497496
steps:
498497
- name: Checkout

0 commit comments

Comments
 (0)