diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 7a8c3994c75..fc388e326d7 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -13,7 +13,8 @@ on: branches: docs-build permissions: read-all jobs: - build: + build-and-deploy-docs: + name: Build and Deploy Documentation if: github.repository_owner == 'spring-projects' runs-on: ubuntu-latest steps: