From a931b72e7995ba2a296056d66d3b804dfc72a3c4 Mon Sep 17 00:00:00 2001 From: Volodymyr Kolesnykov Date: Sat, 17 Aug 2024 12:38:27 +0300 Subject: [PATCH] ci: adjust cron schedule --- .github/workflows/features-global.yml | 2 +- .github/workflows/features-scenarios.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/features-global.yml b/.github/workflows/features-global.yml index 61a86c7e..91e54f70 100644 --- a/.github/workflows/features-global.yml +++ b/.github/workflows/features-global.yml @@ -6,7 +6,7 @@ on: - trunk pull_request: schedule: - - cron: '0 0 * * *' + - cron: '15 0 * * *' workflow_dispatch: permissions: diff --git a/.github/workflows/features-scenarios.yml b/.github/workflows/features-scenarios.yml index d227ff5f..edab7110 100644 --- a/.github/workflows/features-scenarios.yml +++ b/.github/workflows/features-scenarios.yml @@ -6,7 +6,7 @@ on: - trunk pull_request: schedule: - - cron: '0 0 * * *' + - cron: '5 0 * * *' workflow_dispatch: permissions: