Skip to content

Commit

Permalink
fixup! 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 46856f3 commit 2a271f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ jobs:
# 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
- 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 2a271f3

Please sign in to comment.