File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838 - '**/*.java'
3939 - '**/pom.xml'
4040 ci:
41- - '.github/workflows/** '
41+ - '.github/workflows/ci.yaml '
4242 - '.kokoro/**'
4343 units :
4444 runs-on : ubuntu-latest
6363 path : ~/.m2/repository
6464 key : ${{ runner.os }}-maven-unified-${{ steps.date.outputs.week_of_year }}
6565 - run : .kokoro/build.sh
66- if : ${{ needs.bulk-filter.outputs.src == 'true' }}
66+ if : ${{ needs.bulk-filter.outputs.src == 'true' || needs.bulk-filter.outputs.ci == 'true' }}
6767 env :
6868 JOB_TYPE : test
6969 JOB_NAME : units-${{matrix.java}}
9595 path : ~/.m2/repository
9696 key : ${{ runner.os }}-maven-unified-${{ steps.date.outputs.week_of_year }}
9797 - run : .kokoro/build.sh
98- if : ${{ needs.bulk-filter.outputs.src == 'true' }}
98+ if : ${{ needs.bulk-filter.outputs.src == 'true' || needs.bulk-filter.outputs.ci == 'true' }}
9999 shell : bash
100100 env :
101101 JOB_TYPE : test
You can’t perform that action at this time.
0 commit comments