From cc4b90823c25863f0b3e98e0e1a2eefeefe1add2 Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Fri, 15 Mar 2024 16:53:37 +0100 Subject: [PATCH] Parse properties on Monday Ensures they make it in on repave Tuesday/Wednesday --- .github/workflows/properties.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/properties.yml b/.github/workflows/properties.yml index ae747c302..55b49d2d0 100644 --- a/.github/workflows/properties.yml +++ b/.github/workflows/properties.yml @@ -4,7 +4,7 @@ name: Generate Spring Boot property migration recipes on: workflow_dispatch: {} schedule: - - cron: 0 11 * * WED + - cron: 0 11 * * MON jobs: update-migrations: