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