Skip to content

Commit 9e4f1b1

Browse files
Update job dependencies
1 parent 9ba9624 commit 9e4f1b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/cicd.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,11 @@ jobs:
172172
success()
173173
&& github.actor == 'btschwertfeger'
174174
&& github.event_name != 'schedule'
175-
needs: [Build]
175+
needs:
176+
- Build
177+
# Wait for private tests to avoid nonce errors and rate limiting
178+
- Test-Futures-Private
179+
- Test-Spot-Private
176180
uses: ./.github/workflows/_codecov.yaml
177181
with:
178182
os: "ubuntu-latest"

0 commit comments

Comments
 (0)