Skip to content

Commit

Permalink
Disable old docs job in ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Jan 28, 2025
1 parent ef406e1 commit 62b6f92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ jobs:
name: Documentation
runs-on: ubuntu-20.04
needs: [image-names, update-base-images]
if: false # Disable old documentation workflow pending migration to new one
steps:

- name: Install python
Expand Down Expand Up @@ -332,7 +333,7 @@ jobs:
run: |
./admin/local/cli/qserv --log-level DEBUG itest-http-ingest \
--qserv-image ${{ needs.image-names.outputs.qserv-image }}
- name: Check Qserv containers
if: always()
run: docker ps -a
Expand Down

0 comments on commit 62b6f92

Please sign in to comment.