Skip to content

Commit a1a640c

Browse files
committed
needs ?
1 parent 39f2862 commit a1a640c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ jobs:
8585

8686
client_java:
8787
runs-on: ubuntu-20.04
88-
needs: specs
88+
needs:
89+
- setup
90+
- specs
8991
if: ${{ always() && needs.setup.outputs.RUN_JAVA == 'true' }}
9092
strategy:
9193
matrix: ${{ fromJSON(needs.setup.outputs.JAVA_MATRIX) }}

0 commit comments

Comments
 (0)