We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa0123 commit 3615072Copy full SHA for 3615072
.github/workflows/build.yml
@@ -264,7 +264,7 @@ jobs:
264
# Only publish package on push to tag or default branch.
265
if: ${{ github.event_name == 'push' && github.repository == 'jbms/sphinx-immaterial' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main') }}
266
runs-on: ubuntu-latest
267
- needs: [build, coverage-report]
+ needs: [build, test]
268
steps:
269
- uses: actions/download-artifact@v4
270
with:
0 commit comments