@@ -158,7 +158,7 @@ jobs:
158
158
test-linux64 :
159
159
name : linux64-test
160
160
uses : ./.github/workflows/test-src.yml
161
- needs : [container, depends-linux64, src-linux64]
161
+ needs : [container, src-linux64]
162
162
with :
163
163
bundle-key : ${{ needs.src-linux64.outputs.key }}
164
164
build-target : linux64
@@ -167,7 +167,7 @@ jobs:
167
167
test-linux64_nowallet :
168
168
name : linux64_nowallet-test
169
169
uses : ./.github/workflows/test-src.yml
170
- needs : [container, depends-linux64_nowallet, src-linux64_nowallet]
170
+ needs : [container, src-linux64_nowallet]
171
171
with :
172
172
bundle-key : ${{ needs.src-linux64_nowallet.outputs.key }}
173
173
build-target : linux64_nowallet
@@ -176,7 +176,7 @@ jobs:
176
176
test-linux64_sqlite :
177
177
name : linux64_sqlite-test
178
178
uses : ./.github/workflows/test-src.yml
179
- needs : [container, depends-linux64, src-linux64_sqlite]
179
+ needs : [container, src-linux64_sqlite]
180
180
with :
181
181
bundle-key : ${{ needs.src-linux64_sqlite.outputs.key }}
182
182
build-target : linux64_sqlite
@@ -185,7 +185,7 @@ jobs:
185
185
test-linux64_ubsan :
186
186
name : linux64_ubsan-test
187
187
uses : ./.github/workflows/test-src.yml
188
- needs : [container, depends-linux64, src-linux64_ubsan]
188
+ needs : [container, src-linux64_ubsan]
189
189
with :
190
190
bundle-key : ${{ needs.src-linux64_ubsan.outputs.key }}
191
191
build-target : linux64_ubsan
0 commit comments