Skip to content

Commit 3615072

Browse files
committed
[no ci] revert CI workflow change from #361
1 parent 1aa0123 commit 3615072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
# Only publish package on push to tag or default branch.
265265
if: ${{ github.event_name == 'push' && github.repository == 'jbms/sphinx-immaterial' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main') }}
266266
runs-on: ubuntu-latest
267-
needs: [build, coverage-report]
267+
needs: [build, test]
268268
steps:
269269
- uses: actions/download-artifact@v4
270270
with:

0 commit comments

Comments
 (0)