Skip to content

Commit 9ba9624

Browse files
Update job dependencies
1 parent 82653a5 commit 9ba9624

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/cicd.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,7 @@ jobs:
172172
success()
173173
&& github.actor == 'btschwertfeger'
174174
&& github.event_name != 'schedule'
175-
needs:
176-
- Test-Spot-Public
177-
- Test-Spot-Private
178-
- Test-Futures-Public
179-
- Test-Futures-Private
175+
needs: [Build]
180176
uses: ./.github/workflows/_codecov.yaml
181177
with:
182178
os: "ubuntu-latest"

0 commit comments

Comments
 (0)