chore: process tranches workflow cron update to 30 mins (#548)

This commit is contained in:
Matthew Russell 2022-06-14 07:51:21 -07:00 committed by GitHub
parent 2d77059d93
commit fe6243da99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ name: Generate tranches
on:
schedule:
- cron: '0 8 * * *'
- cron: '*/30 * * * *'
jobs:
master: