From 83c70a7dbe2c07270c7d75d0f4238264277c5f95 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Thu, 3 Aug 2023 01:59:03 +0400 Subject: [PATCH] Build contributed recipes one hour before building images --- .github/workflows/contributed-recipes.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/contributed-recipes.yml b/.github/workflows/contributed-recipes.yml index 8210e25e..f91c09cd 100644 --- a/.github/workflows/contributed-recipes.yml +++ b/.github/workflows/contributed-recipes.yml @@ -2,9 +2,10 @@ name: Test contributed recipes on: schedule: - # Images are rebuilt on Monday, so we're testing recipes each Tuesday - # Weekly, at 03:00 on Tuesday UTC time - - cron: "0 3 * * 2" + # Images are rebuilt at 03:00 on Monday UTC + # So we're testing recipes one hour in advance + # They will also be tested after building images + - cron: "0 2 * * 1" pull_request: paths: - ".github/workflows/contributed-recipes.yml"