Add labels for running openj9 and windows tests during PR builds (#7647)

Bringing back #6314 and extending to openj9
This commit is contained in:
Trask Stalnaker 2023-01-25 09:53:54 -08:00 committed by GitHub
parent 8b0880a8e3
commit 90209fe53b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: