Skip to content

Commit fdcdc59

Browse files
committed
misc[gha]: fix reference to old job
1 parent e1cc96e commit fdcdc59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
publish:
3737
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
3838
name: Publish on Readthedocs
39-
needs: [quality, docs]
39+
needs: [docs]
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Start polytope-docs build

0 commit comments

Comments
 (0)