mirror of https://github.com/zcash/developers.git
Show milestones in the halo2 and tfl dags.
Signed-off-by: Daira Emma Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
fe8c85997a
commit
95aaf89b10
|
@ -67,6 +67,7 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
ZENHUB_TOKEN: ${{ secrets.ZENHUB_TOKEN }}
|
||||
DAG_VIEW: halo2
|
||||
SHOW_MILESTONES: true
|
||||
|
||||
- name: Render TFL-focused DAG
|
||||
run: python3 ./zcash-issue-dag.py
|
||||
|
@ -74,6 +75,7 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
ZENHUB_TOKEN: ${{ secrets.ZENHUB_TOKEN }}
|
||||
DAG_VIEW: tfl
|
||||
SHOW_MILESTONES: true
|
||||
|
||||
- name: Render ECC wallet DAG
|
||||
run: python3 ./zcash-issue-dag.py
|
||||
|
|
Loading…
Reference in New Issue