Skip to content

Commit 15dfb48

Browse files
committed
make sure docs job has access to coverage artifacts
1 parent 926046a commit 15dfb48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ jobs:
143143
- uses: actions/upload-artifact@v4
144144
with:
145145
name: coverage-summary
146-
retention-days: 1
147146
path: dist
148147

149148
conda-build:
@@ -182,7 +181,7 @@ jobs:
182181
BIOIMAGEIO_CACHE_PATH: bioimageio_cache
183182

184183
docs:
185-
needs: test
184+
needs: [coverage, test]
186185
if: github.ref == 'refs/heads/main'
187186
runs-on: ubuntu-latest
188187
steps:

0 commit comments

Comments
 (0)