Description:
When this action is used with caching enabled, PRs and non-main branches creates new cache artifacts which may be overwhelming. This can be mitigated if something like skip-cache-update: bool option is added and users define it as false if the action runs in a branch that is not main. This would skip the post stage of the action to effectively cancel the cache pushing.
Description:
When this action is used with caching enabled, PRs and non-main branches creates new cache artifacts which may be overwhelming. This can be mitigated if something like
skip-cache-update: booloption is added and users define it asfalseif the action runs in a branch that is notmain. This would skip the post stage of the action to effectively cancel the cache pushing.