From 703f410161b5f69a232e5d696345af339fd843fe Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Wed, 22 Nov 2023 12:38:19 +0200 Subject: [PATCH] Fix reports workflows scheduler (#81) --- .github/workflows/report-HoldMyBeerTest.yaml | 2 +- .github/workflows/report-PeersTest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/report-HoldMyBeerTest.yaml b/.github/workflows/report-HoldMyBeerTest.yaml index 7bd78904..c4ae2608 100644 --- a/.github/workflows/report-HoldMyBeerTest.yaml +++ b/.github/workflows/report-HoldMyBeerTest.yaml @@ -3,7 +3,7 @@ name: Report - HoldMyBeerTest on: schedule: - - cron: '30 */49 * * *' + - cron: '30 * */2 * *' workflow_dispatch: jobs: diff --git a/.github/workflows/report-PeersTest.yaml b/.github/workflows/report-PeersTest.yaml index 0f1166bc..b063a02c 100644 --- a/.github/workflows/report-PeersTest.yaml +++ b/.github/workflows/report-PeersTest.yaml @@ -3,7 +3,7 @@ name: Report - PeersTest on: schedule: - - cron: '30 */49 * * *' + - cron: '30 * */2 * *' workflow_dispatch: jobs: