diff --git a/.github/workflows/properties.yml b/.github/workflows/properties.yml index 0abdc7aab..931d533c5 100644 --- a/.github/workflows/properties.yml +++ b/.github/workflows/properties.yml @@ -3,8 +3,9 @@ name: Generate Spring Boot property migration recipes on: workflow_dispatch: {} - schedule: - - cron: 0 11 * * MON +# Hold off on incomplete migration recipes for now +# schedule: +# - cron: 0 11 * * MON jobs: update-migrations: