mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-04-25 19:08:06 +01:00
Fixed: optimize Jackett cache restore keys for indexer sync
This commit is contained in:
committed by
bakerboy448
parent
f90ce65bd7
commit
9695fcec5d
2
.github/workflows/indexer-sync.yml
vendored
2
.github/workflows/indexer-sync.yml
vendored
@@ -57,8 +57,6 @@ jobs:
|
||||
key: jackett-data-${{ runner.os }}-${{ hashFiles('**/indexer-sync-v2.sh') }}-${{ steps.date.outputs.week }}
|
||||
restore-keys: |
|
||||
jackett-data-${{ runner.os }}-${{ hashFiles('**/indexer-sync-v2.sh') }}-
|
||||
jackett-data-${{ runner.os }}-
|
||||
jackett-data-
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
|
||||
Reference in New Issue
Block a user