3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2026-01-04 19:08:52 +00:00
This commit is contained in:
Cyril Rohr 2025-10-14 20:52:01 +02:00
parent 9fc411013e
commit 71a268f01a
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

2
dist/save/index.js vendored
View file

@ -100116,7 +100116,7 @@ function saveImpl(stateProvider) {
return __awaiter(this, void 0, void 0, function* () {
let cacheId = -1;
try {
if (!utils.isCacheFeatureAvailable()) {
if (!canSaveToS3 && !utils.isCacheFeatureAvailable()) {
return;
}
if (!utils.isValidEvent()) {