Skip to content

Commit f89e718

Browse files
committed
ci: test- jobs don't need depends-
1 parent d5e3d46 commit f89e718

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
test-linux64:
159159
name: linux64-test
160160
uses: ./.github/workflows/test-src.yml
161-
needs: [container, depends-linux64, src-linux64]
161+
needs: [container, src-linux64]
162162
with:
163163
bundle-key: ${{ needs.src-linux64.outputs.key }}
164164
build-target: linux64
@@ -167,7 +167,7 @@ jobs:
167167
test-linux64_nowallet:
168168
name: linux64_nowallet-test
169169
uses: ./.github/workflows/test-src.yml
170-
needs: [container, depends-linux64_nowallet, src-linux64_nowallet]
170+
needs: [container, src-linux64_nowallet]
171171
with:
172172
bundle-key: ${{ needs.src-linux64_nowallet.outputs.key }}
173173
build-target: linux64_nowallet
@@ -176,7 +176,7 @@ jobs:
176176
test-linux64_sqlite:
177177
name: linux64_sqlite-test
178178
uses: ./.github/workflows/test-src.yml
179-
needs: [container, depends-linux64, src-linux64_sqlite]
179+
needs: [container, src-linux64_sqlite]
180180
with:
181181
bundle-key: ${{ needs.src-linux64_sqlite.outputs.key }}
182182
build-target: linux64_sqlite
@@ -185,7 +185,7 @@ jobs:
185185
test-linux64_ubsan:
186186
name: linux64_ubsan-test
187187
uses: ./.github/workflows/test-src.yml
188-
needs: [container, depends-linux64, src-linux64_ubsan]
188+
needs: [container, src-linux64_ubsan]
189189
with:
190190
bundle-key: ${{ needs.src-linux64_ubsan.outputs.key }}
191191
build-target: linux64_ubsan

0 commit comments

Comments
 (0)