Add labels for running openj9 and windows tests during PR builds (#7647)
Bringing back #6314 and extending to openj9
This commit is contained in:
parent
8b0880a8e3
commit
90209fe53b
|
|
@ -12,8 +12,8 @@ jobs:
|
|||
uses: ./.github/workflows/build-common.yml
|
||||
with:
|
||||
# it's rare for only the openj9 tests or the windows smoke tests to break
|
||||
skip-openj9-tests: true
|
||||
skip-windows-smoke-tests: true
|
||||
skip-openj9-tests: ${{ !contains(github.event.pull_request.labels.*.name, 'test openj9') }}
|
||||
skip-windows-smoke-tests: ${{ !contains(github.event.pull_request.labels.*.name, 'test windows') }}
|
||||
cache-read-only: true
|
||||
|
||||
test-latest-deps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue