mirror of
https://github.com/codex-storage/cs-codex-dist-tests.git
synced 2025-02-03 07:43:52 +00:00
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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 */49 * * *'
|
- cron: '30 * */2 * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
2
.github/workflows/report-PeersTest.yaml
vendored
2
.github/workflows/report-PeersTest.yaml
vendored
@ -3,7 +3,7 @@ name: Report - PeersTest
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 */49 * * *'
|
- cron: '30 * */2 * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user