Skip to content

Commit

Permalink
[no ci] revert CI workflow change from #361
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jul 11, 2024
1 parent 1aa0123 commit 3615072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
# Only publish package on push to tag or default branch.
if: ${{ github.event_name == 'push' && github.repository == 'jbms/sphinx-immaterial' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main') }}
runs-on: ubuntu-latest
needs: [build, coverage-report]
needs: [build, test]
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 3615072

Please sign in to comment.