From 144466d9c78cac80c328d95a64683901cb5045cd Mon Sep 17 00:00:00 2001 From: Jen Jones Arnesen Date: Tue, 4 Jul 2023 16:35:18 +0200 Subject: [PATCH] chore: disable nightly scheduled test run (#2511) This is temporary during summer 2023 when there is very little frontend or backend activity --- .github/workflows/nightly.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index bb0fed881..820f874e5 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 5:10am M-F +# This workflow runs the e2e tests on the default branch against dev on: - schedule: - - cron: '10 5 * * 1-5' + # schedule: + # - cron: '10 4 * * 2' workflow_dispatch: concurrency: