We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8339524 commit b9a2560Copy full SHA for b9a2560
.github/workflows/build.yml
@@ -491,8 +491,7 @@ jobs:
491
492
testgraal:
493
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')
+ if: github.ref == 'refs/heads/master' || contains(github.event.pull_request.labels.*.name, 'graal')
496
497
steps:
498
- name: Checkout
0 commit comments