chore: process tranches workflow cron update to 30 mins (#548)
This commit is contained in:
parent
2d77059d93
commit
fe6243da99
2
.github/workflows/process-tranches.yml
vendored
2
.github/workflows/process-tranches.yml
vendored
@ -2,7 +2,7 @@ name: Generate tranches
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 8 * * *'
|
- cron: '*/30 * * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
master:
|
master:
|
||||||
|
Loading…
Reference in New Issue
Block a user