ci: differnet cache key for different idf ver

update caches on release tags and nightly schedules
This commit is contained in:
Chen Yudong
2023-12-19 16:19:50 +08:00
parent 3cd7fb6321
commit ff015d1872
4 changed files with 16 additions and 6 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ upload-pip-cache:
- $GEO
- cache
cache:
key: pip-cache
key: pip-cache-${LATEST_GIT_TAG}
paths:
- .cache/pip
policy: push
@@ -35,7 +35,7 @@ upload-submodules-cache:
- $GEO
- cache
cache:
key: submodule-cache
key: submodule-cache-${LATEST_GIT_TAG}
paths:
- .cache/submodule_archives
policy: push