Disable cache again (#9625)

* fix

* asd
This commit is contained in:
pngwn 2024-10-09 20:57:17 +01:00 committed by GitHub
parent 7e23b7ee3b
commit 2346ae8d17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -66,7 +66,8 @@ runs:
- name: Install ffmpeg
uses: FedericoCarboni/setup-ffmpeg@583042d32dd1cabb8bd09df03bde06080da5c87c # @v2
- name: Install test dependencies
if: inputs.test == 'true' && steps.cache.outputs.cache-hit != 'true'
if: inputs.test == 'true'
# && steps.cache.outputs.cache-hit != 'true'
shell: bash
run: |
. ${{ env.VENV_ACTIVATE }}

View File

@ -34,7 +34,8 @@ runs:
shell: bash
run: pnpm css
- name: Build frontend
if: inputs.skip_build == 'false' && steps.frontend-cache.outputs.cache-hit != 'true'
if: inputs.skip_build == 'false'
# && steps.frontend-cache.outputs.cache-hit != 'true'
shell: bash
run: pnpm build
- name: generate types