From 52912343e3529903e9cc1545c11660186aafadf1 Mon Sep 17 00:00:00 2001 From: Tomasz Gromadzki Date: Fri, 23 Feb 2024 06:46:21 +0100 Subject: [PATCH] common: start PMem tests at 6:00 pm to get results early next day PMem tests required about 14h30m for execution. With execution started at noon results are practically available at the end of working day. Signed-off-by: Tomasz Gromadzki --- .github/workflows/pmem_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pmem_tests.yml b/.github/workflows/pmem_tests.yml index 6fb36e89d0f..a2857e91b19 100644 --- a/.github/workflows/pmem_tests.yml +++ b/.github/workflows/pmem_tests.yml @@ -6,8 +6,8 @@ name: PMEM tests on: workflow_dispatch: schedule: - # run this job at 00:00 UTC every day - - cron: '0 0 * * *' + # run this job at 18:00 UTC every day + - cron: '0 18 * * *' jobs: # Test the default build with the basic test suite.