Fix AutoDL issue with new models not in cache (#645)

This commit is contained in:
Nerivec
2025-01-07 20:52:53 +01:00
committed by GitHub
parent 93833cb977
commit fd9a5349e1
3 changed files with 8 additions and 4 deletions

View File

@@ -10,8 +10,8 @@ permissions:
# Limit concurrency per branch to prevent push issues.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
update-manifests: