ci: add env variables to workflows

Former-commit-id: 2ec07b4b99
This commit is contained in:
cedoor
2022-11-18 16:13:51 +01:00
parent bc14210bc7
commit f7bc7900e0
2 changed files with 8 additions and 0 deletions

View File

@@ -5,6 +5,10 @@ on:
branches:
- main
env:
TREE_DEPTH: 20
ALL_SNARK_ARTIFACTS: false
jobs:
style:
runs-on: ubuntu-latest

View File

@@ -3,6 +3,10 @@ name: pull-requests
on:
pull_request:
env:
TREE_DEPTH: 20
ALL_SNARK_ARTIFACTS: false
jobs:
style:
runs-on: ubuntu-latest