1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-04-27 03:43:30 +01:00

Fixed: improve CI caching for z_Jackett persistence

This commit is contained in:
ServarrAdmin
2025-08-16 10:10:25 -05:00
parent db7f116cb8
commit 9bc1466ba6

View File

@@ -45,12 +45,18 @@ jobs:
.venv
key: python-deps-${{ hashFiles('requirements.txt') }}
- name: Get current date
id: date
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
- name: Cache Jackett data
uses: actions/cache@v4
with:
path: z_Jackett
key: jackett-data-${{ github.run_id }}
key: jackett-data-${{ runner.os }}-${{ hashFiles('**/indexer-sync-v2.sh') }}-${{ steps.date.outputs.date }}
restore-keys: |
jackett-data-${{ runner.os }}-${{ hashFiles('**/indexer-sync-v2.sh') }}-
jackett-data-${{ runner.os }}-
jackett-data-
- name: Setup Python