Skip to content

Commit e64069b

Browse files
committed
put skip in steps
1 parent 4d41e8e commit e64069b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
units:
4444
runs-on: ubuntu-latest
4545
needs: bulk-filter
46-
if: ${{ needs.bulk-filter.outputs.src == 'true' }}
4746
strategy:
4847
fail-fast: false
4948
matrix:
@@ -64,6 +63,7 @@ jobs:
6463
path: ~/.m2/repository
6564
key: ${{ runner.os }}-maven-unified-${{ steps.date.outputs.week_of_year }}
6665
- run: .kokoro/build.sh
66+
if: ${{ needs.bulk-filter.outputs.src == 'true' }}
6767
env:
6868
JOB_TYPE: test
6969
JOB_NAME: units-${{matrix.java}}
@@ -95,6 +95,7 @@ jobs:
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' }}
9899
shell: bash
99100
env:
100101
JOB_TYPE: test

0 commit comments

Comments
 (0)