mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-08 09:00:05 +00:00
Remove .cache caching from GitHub Actions workflows
Co-authored-by: snomiao <7323030+snomiao@users.noreply.github.com>
This commit is contained in:
committed by
snomiao
parent
cc47ecafb2
commit
fb9694ff7e
1
.github/workflows/release-draft-create.yaml
vendored
1
.github/workflows/release-draft-create.yaml
vendored
@@ -32,7 +32,6 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
.cache
|
||||
tsconfig.tsbuildinfo
|
||||
key: release-tools-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
restore-keys: |
|
||||
|
||||
Reference in New Issue
Block a user