diff --git a/.gitea/workflows/add-new-service.yml b/.gitea/workflows/add-new-service.yml index 21df4ee..d0e2982 100644 --- a/.gitea/workflows/add-new-service.yml +++ b/.gitea/workflows/add-new-service.yml @@ -36,9 +36,9 @@ jobs: with: path: .venv # Changes uv.lock will automatically invalidate the cache and rebuild - key: ${{ runner.os }}-uv-venv-${{ hashFiles('cli/uv.lock') }} + key: ${{ runner.os }}-uv-cli-venv-${{ hashFiles('cli/uv.lock') }} restore-keys: | - ${{ runner.os }}-uv-venv- + ${{ runner.os }}-uv-cli-venv- - name: Initialize Virtual Environment from cli/uv.lock run: |