We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba9624 commit 9e4f1b1Copy full SHA for 9e4f1b1
.github/workflows/cicd.yaml
@@ -172,7 +172,11 @@ jobs:
172
success()
173
&& github.actor == 'btschwertfeger'
174
&& github.event_name != 'schedule'
175
- needs: [Build]
+ needs:
176
+ - Build
177
+ # Wait for private tests to avoid nonce errors and rate limiting
178
+ - Test-Futures-Private
179
+ - Test-Spot-Private
180
uses: ./.github/workflows/_codecov.yaml
181
with:
182
os: "ubuntu-latest"
0 commit comments