diff --git a/.github/workflows/junit.yml b/.github/workflows/junit.yml index 490d9bd81..9f3950f5d 100644 --- a/.github/workflows/junit.yml +++ b/.github/workflows/junit.yml @@ -53,6 +53,13 @@ jobs: echo "matrix=[17]" >> $GITHUB_OUTPUT fi shopt -u nocasematch + check-matrix: + runs-on: ubuntu-latest + steps: + - name: Check JDK matrix based on branch + id: check-matrix + run: | + echo ${{ needs.set-matrix.outputs.matrix }} junit: strategy: matrix: