From 3e924f62b91c4e2ab40ae3a463ee2dff257f2bdf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:55:00 +0000 Subject: [PATCH] Add comment to spring-docker-tests.yml Co-authored-by: raych1 <20296335+raych1@users.noreply.github.com> --- .github/workflows/spring-docker-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/spring-docker-tests.yml b/.github/workflows/spring-docker-tests.yml index 5d102f28351c..6f1e4161b033 100644 --- a/.github/workflows/spring-docker-tests.yml +++ b/.github/workflows/spring-docker-tests.yml @@ -1,4 +1,6 @@ name: Spring Docker Tests +# This workflow runs Spring Docker integration tests for the spring-cloud-azure-testcontainers +# and spring-cloud-azure-docker-compose modules on pull requests and manual triggers. on: pull_request: