5656 type : string
5757 required : false
5858 default : " ubuntu-22.04-large"
59- disable_cache :
60- description : " Set to true to disable caching"
61- required : false
62- type : boolean
63- default : false
59+ # disable_cache:
60+ # description: "Set to true to disable caching"
61+ # required: false
62+ # type: boolean
63+ # default: false
6464 secrets :
6565 DATAVISYN_BOT_REPO_TOKEN :
6666 required : false
@@ -117,7 +117,7 @@ jobs:
117117 npm_registry : ${{ env.NPM_REGISTRY }}
118118 github_ro_token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
119119 run_webpack : ${{ inputs.node_run_webpack }}
120- disable_cache : ${{ inputs.disable_cache }}
120+ # disable_cache: ${{ inputs.disable_cache }}
121121
122122 build-python :
123123 name : Python
@@ -143,7 +143,7 @@ jobs:
143143 with :
144144 python_version : ${{ secrets.PYTHON_VERSION || env.PYTHON_VERSION }}
145145 github_ro_token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
146- disable_cache : ${{ inputs.disable_cache }}
146+ # disable_cache: ${{ inputs.disable_cache }}
147147 # If cypress is used, build node and python sequentially as it is avoiding the duplicate install overhead
148148 build-node-python-cypress :
149149 name : Node, Python, Cypress
@@ -192,13 +192,13 @@ jobs:
192192 npm_registry : ${{ env.NPM_REGISTRY }}
193193 github_ro_token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
194194 run_webpack : false # Disable the build here and call afterwards, as otherwise the yarn run env:decrypt will fail due to a missing yarn install
195- disable_cache : ${{ inputs.disable_cache }}
195+ # disable_cache: ${{ inputs.disable_cache }}
196196 - name : Build python
197197 uses : ./tmp/github-workflows/.github/actions/build-python
198198 with :
199199 python_version : ${{ secrets.PYTHON_VERSION || env.PYTHON_VERSION }}
200200 github_ro_token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
201- disable_cache : ${{ inputs.disable_cache }}
201+ # disable_cache: ${{ inputs.disable_cache }}
202202 - name : Decrypt .env.enc and <app>/.env.enc
203203 run : |
204204 yarn run env:decrypt -pass env:ENV_PASSWORD || true
@@ -294,13 +294,13 @@ jobs:
294294 npm_registry : ${{ env.NPM_REGISTRY }}
295295 github_ro_token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
296296 run_webpack : false # Disable the build here and call afterwards, as otherwise the yarn run env:decrypt will fail due to a missing yarn install
297- disable_cache : ${{ inputs.disable_cache }}
297+ # disable_cache: ${{ inputs.disable_cache }}
298298 - name : Build python
299299 uses : ./tmp/github-workflows/.github/actions/build-python
300300 with :
301301 python_version : ${{ secrets.PYTHON_VERSION || env.PYTHON_VERSION }}
302302 github_ro_token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
303- disable_cache : ${{ inputs.disable_cache }}
303+ # disable_cache: ${{ inputs.disable_cache }}
304304 - name : Decrypt .env.enc and <app>/.env.enc
305305 run : |
306306 yarn run env:decrypt -pass env:ENV_PASSWORD || true
0 commit comments