Skip to content

"Generate cache" CI step executes even when it has no effect #1730

@joshlf

Description

@joshlf

Consider this execution. First, the cache detects a cache hit. Next, it still executes the "Download dependencies" step, which takes 1m55s. Finally, since there was a cache hit, it decides not to save any of this work.

Instead, when there's a cache hit, we should just abort immediately so we don't block CI needlessly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    experience-mediumThis issue is of medium difficulty, and requires some experiencehelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions