mirror of https://github.com/apache/kafka.git
MINOR: fix for opt-in flag for Github build (#17031)
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
464051929d
commit
237138e04b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue