From 5342261db033359f123aca02d7cc334818d582c1 Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Mon, 18 Dec 2023 11:30:15 +0200 Subject: [PATCH] Update Report workflows (#88) --- .github/workflows/report-HoldMyBeerTest.yaml | 6 +++--- .github/workflows/report-PeersTest.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/report-HoldMyBeerTest.yaml b/.github/workflows/report-HoldMyBeerTest.yaml index c4ae260..1a1952d 100644 --- a/.github/workflows/report-HoldMyBeerTest.yaml +++ b/.github/workflows/report-HoldMyBeerTest.yaml @@ -3,17 +3,17 @@ name: Report - HoldMyBeerTest on: schedule: - - cron: '30 * */2 * *' + - cron: '30 1 */2 * *' workflow_dispatch: jobs: run_tests: name: Call runner - uses: ./.github/workflows/continuous-tests.yaml + uses: ./.github/workflows/run-continuous-tests.yaml with: source: ${{ format('{0}/{1}', github.server_url, github.repository) }} branch: master - nameprefix: c-tests-report-holdmybeertest + nameprefix: c-tests-report-holdmybeertest-48h tests_target_duration: 48h tests_filter: HoldMyBeerTest tests_cleanup: true diff --git a/.github/workflows/report-PeersTest.yaml b/.github/workflows/report-PeersTest.yaml index b063a02..d1591ee 100644 --- a/.github/workflows/report-PeersTest.yaml +++ b/.github/workflows/report-PeersTest.yaml @@ -3,17 +3,17 @@ name: Report - PeersTest on: schedule: - - cron: '30 * */2 * *' + - cron: '30 1 */2 * *' workflow_dispatch: jobs: run_tests: name: Call runner - uses: ./.github/workflows/continuous-tests.yaml + uses: ./.github/workflows/run-continuous-tests.yaml with: source: ${{ format('{0}/{1}', github.server_url, github.repository) }} branch: master - nameprefix: c-tests-report-peerstest + nameprefix: c-tests-report-peerstest-48h tests_target_duration: 48h tests_filter: PeersTest tests_cleanup: true