Skip to content

Commit

Permalink
misc[gha]: fix reference to old job
Browse files Browse the repository at this point in the history
  • Loading branch information
peshence committed Jan 15, 2025
1 parent e1cc96e commit fdcdc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
publish:
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
name: Publish on Readthedocs
needs: [quality, docs]
needs: [docs]
runs-on: ubuntu-latest
steps:
- name: Start polytope-docs build
Expand Down

0 comments on commit fdcdc59

Please sign in to comment.