diff --git a/.github/workflows/samples-spring-jdk17.yaml b/.github/workflows/samples-spring-jdk17.yaml index b78083f4e611..69313b5933e2 100644 --- a/.github/workflows/samples-spring-jdk17.yaml +++ b/.github/workflows/samples-spring-jdk17.yaml @@ -4,11 +4,15 @@ on: push: paths: - samples/openapi3/client/petstore/spring-cloud-3-with-optional + - samples/server/petstore/springboot-lombok-data + - samples/server/petstore/springboot-lombok-tostring + - samples/server/petstore/springboot-file-delegate-optional pull_request: paths: - samples/openapi3/client/petstore/spring-cloud-3-with-optional - samples/server/petstore/springboot-lombok-data - samples/server/petstore/springboot-lombok-tostring + - samples/server/petstore/springboot-file-delegate-optional jobs: build: name: Build Java Spring (JDK17) @@ -22,6 +26,7 @@ jobs: # servers - samples/server/petstore/springboot-lombok-data - samples/server/petstore/springboot-lombok-tostring + - samples/server/petstore/springboot-file-delegate-optional steps: - uses: actions/checkout@v4 - uses: actions/setup-java@v4 diff --git a/.github/workflows/samples-spring.yaml b/.github/workflows/samples-spring.yaml index f6a21d8151aa..598b59b163d3 100644 --- a/.github/workflows/samples-spring.yaml +++ b/.github/workflows/samples-spring.yaml @@ -59,7 +59,6 @@ jobs: - samples/server/petstore/springboot-spring-pageable - samples/server/petstore/springboot-spring-provide-args - samples/server/petstore/springboot-lombok-data - - samples/server/petstore/springboot-file-delegate-optional steps: - uses: actions/checkout@v4 - uses: actions/setup-java@v4