From d564aae205ff69bd60cb1c4d62e05ddb52b806c0 Mon Sep 17 00:00:00 2001 From: Jen Jones Arnesen Date: Tue, 20 Jun 2023 14:57:26 +0200 Subject: [PATCH] chore: run nightly at 6:20 instead of 2:20 to avoid concurrently running with instances reset --- .github/workflows/nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index ff65fc612b..1cf860935f 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -1,10 +1,10 @@ name: 'dhis2: nightly' -# This workflow runs the e2e tests on the default branch against dev at 3:20am M-F +# This workflow runs the e2e tests on the default branch against dev at 6:50am M-F on: schedule: - - cron: '20 3 * * 1-5' + - cron: '50 6 * * 1-5' concurrency: group: ${{ github.workflow}}-${{ github.ref }}