We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d41e8e commit e64069bCopy full SHA for e64069b
.github/workflows/ci.yaml
@@ -43,7 +43,6 @@ jobs:
43
units:
44
runs-on: ubuntu-latest
45
needs: bulk-filter
46
- if: ${{ needs.bulk-filter.outputs.src == 'true' }}
47
strategy:
48
fail-fast: false
49
matrix:
@@ -64,6 +63,7 @@ jobs:
64
63
path: ~/.m2/repository
65
key: ${{ runner.os }}-maven-unified-${{ steps.date.outputs.week_of_year }}
66
- run: .kokoro/build.sh
+ if: ${{ needs.bulk-filter.outputs.src == 'true' }}
67
env:
68
JOB_TYPE: test
69
JOB_NAME: units-${{matrix.java}}
@@ -95,6 +95,7 @@ jobs:
95
96
97
98
99
shell: bash
100
101
0 commit comments