Fix reports workflows scheduler (#81)

This commit is contained in:
Slava 2023-11-22 12:38:19 +02:00 committed by GitHub
parent 6f53e78e6a
commit 703f410161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: Report - HoldMyBeerTest
on:
schedule:
- cron: '30 */49 * * *'
- cron: '30 * */2 * *'
workflow_dispatch:
jobs:

View File

@ -3,7 +3,7 @@ name: Report - PeersTest
on:
schedule:
- cron: '30 */49 * * *'
- cron: '30 * */2 * *'
workflow_dispatch:
jobs: