-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Caching regardless of build status #849
Copy link
Copy link
Closed
Labels
area:granular-controlIssues related to granular control in saving or restoring cacheIssues related to granular control in saving or restoring cachefeature request
Description
I would like to cache the built result regardless of the built status, i.e. also in case of failure. Unfortunately if something fails in the action "Post ..." steps for the cache action is not executed.
I tried to set and if statement: if: success() || failure() on the cache action step itself but it doesn't impact the later "Post" step execution.
Reactions are currently unavailable
Metadata
Metadata
Labels
area:granular-controlIssues related to granular control in saving or restoring cacheIssues related to granular control in saving or restoring cachefeature request