Fix reports workflows scheduler (#81)
This commit is contained in:
parent
6f53e78e6a
commit
703f410161
2
.github/workflows/report-HoldMyBeerTest.yaml
vendored
2
.github/workflows/report-HoldMyBeerTest.yaml
vendored
@ -3,7 +3,7 @@ name: Report - HoldMyBeerTest
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '30 */49 * * *'
|
||||
- cron: '30 * */2 * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
2
.github/workflows/report-PeersTest.yaml
vendored
2
.github/workflows/report-PeersTest.yaml
vendored
@ -3,7 +3,7 @@ name: Report - PeersTest
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '30 */49 * * *'
|
||||
- cron: '30 * */2 * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user