Skip to content

Commit

Permalink
Remove docs from CI dependencies for docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
swrichards committed Dec 19, 2024
1 parent 160d5fd commit 46856f3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,12 @@ jobs:
uses: maykinmedia/open-api-workflows/.github/workflows/publish.yml@v1
needs:
- store-reusable-workflow-vars
- open-api-ci
# TODO: We explicitly specify the jobs to depend on here, to avoid depending on
# docs, which will be skipped by default (thus not fulfilling the dependency for
# the push), but can't be enabled because the docs build is currently broken.
- open-api-ci/check-requirements
- open-api-ci/docker-build
- open-api-ci/image-scan
- tests
with:
docker-image-name: ${{ needs.store-reusable-workflow-vars.outputs.image-name }}
Expand Down

0 comments on commit 46856f3

Please sign in to comment.