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.
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.