Merge pull request #28 from nuttycom/increase_pages_gen_freq

Regenerate the DAGs every 4 hours
This commit is contained in:
Kris Nuttycombe 2023-08-21 17:12:12 -06:00 committed by GitHub
commit 67f5546dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@ on:
branches:
- main
schedule:
- cron: "42 22 * * *"
- cron: "0 */4 * * *"
workflow_dispatch:
jobs:
@ -68,6 +68,7 @@ jobs:
ZENHUB_TOKEN: ${{ secrets.ZENHUB_TOKEN }}
DAG_VIEW: wallet
SHOW_MILESTONES: true
SHOW_EPICS: true
- name: Render ECC iOS Wallet DAG
run: python3 ./zcash-issue-dag.py
@ -76,6 +77,7 @@ jobs:
ZENHUB_TOKEN: ${{ secrets.ZENHUB_TOKEN }}
DAG_VIEW: wallet-ios
SHOW_MILESTONES: true
SHOW_EPICS: true
- name: Render ECC Android Wallet DAG
run: python3 ./zcash-issue-dag.py
@ -84,6 +86,7 @@ jobs:
ZENHUB_TOKEN: ${{ secrets.ZENHUB_TOKEN }}
DAG_VIEW: wallet-android
SHOW_MILESTONES: true
SHOW_EPICS: true
- name: Render ZF DAG
run: python3 ./zcash-issue-dag.py