From f1fd097240cc282acc5e421285c6445eba912e78 Mon Sep 17 00:00:00 2001 From: Ilayaperumal Gopinathan Date: Thu, 17 Apr 2025 11:29:26 +0100 Subject: [PATCH] Remove workflow schedule for Spring Boot compatibility tests Signed-off-by: Ilayaperumal Gopinathan --- .../spring-ai-integration-tests-spring-boot-compatibility.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/spring-ai-integration-tests-spring-boot-compatibility.yml b/.github/workflows/spring-ai-integration-tests-spring-boot-compatibility.yml index 491a044..38e66fc 100644 --- a/.github/workflows/spring-ai-integration-tests-spring-boot-compatibility.yml +++ b/.github/workflows/spring-ai-integration-tests-spring-boot-compatibility.yml @@ -6,9 +6,6 @@ on: springBootVersion: description: "Spring Boot version" required: true - schedule: - - cron: '0 4 * * 1-5' - - cron: '0 10 * * 1-5' jobs: