bitrise-steplib / bitrise-step-save-cache

1 stars 4 forks source link

Make step skippable #17

Closed ofalvai closed 1 year ago

ofalvai commented 1 year ago

Checklist

Version

Requires a MAJOR/MINOR/PATCH version update

Context

A failure in this step should not mark the entire workflow failed as caching is an optional thing on top of the other steps in the workflow.

The restore cache step is already marked as skippable: https://github.com/bitrise-steplib/bitrise-step-restore-cache/pull/8/files#diff-6bc88361fc7fca6b922fde7f3243d0e3815d0584b5493c16dc45633b36172529

Changes

Make the step skippable.

Investigation details

Decisions