From 61522e5cc7401189c9a86a509997fa490e4fdb45 Mon Sep 17 00:00:00 2001 From: Daniel Franco Date: Sun, 16 Apr 2023 11:37:11 +0100 Subject: [PATCH] Revert "Change cron for no-database builds to 1st day of month" --- .github/workflows/no-database.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/no-database.yaml b/.github/workflows/no-database.yaml index a326acc3..278abdd1 100644 --- a/.github/workflows/no-database.yaml +++ b/.github/workflows/no-database.yaml @@ -33,7 +33,7 @@ on: default: 'main' required: false schedule: - - cron: '30 2 1 * *' + - cron: '30 2 * * *' env: JHI_SAMPLES: ${{ github.workspace }}/jhipster-daily-builds/test-integration/samples jobs: