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: