MINOR: fix for opt-in flag for Github build (#17031)

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
David Arthur 2024-08-29 11:38:40 -04:00 committed by GitHub
parent 464051929d
commit 237138e04b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ jobs:
fail-fast: false
matrix:
java: [ 17, 11 ]
if: ${{ inputs.github-actions-opt-in }}
if: ${{ inputs.github-actions-opt-in == 'true' }}
name: JUnit tests Java ${{ matrix.java }}
steps:
- name: Checkout code