mirror of
https://code.forgejo.org/actions/cache.git
synced 2026-01-04 19:08:52 +00:00
build
This commit is contained in:
parent
9fc411013e
commit
71a268f01a
4 changed files with 4 additions and 4 deletions
2
dist/save/index.js
vendored
2
dist/save/index.js
vendored
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue