Skip to content

Multiple locations in the github workflows point to validation-jobs.yml as the location for the cache restore keys, but it was moved to update-caches.yml #22055

@hukasu

Description

@hukasu

How can Bevy's documentation be improved?

Multiple locations say that the key creation for cache-restore is done on validation-jobs.yml but the code that does that is now found on update-caches.yml

Example

# See .github/workflows/validation-jobs.yml for how keys are generated
restore-keys: |
${{ runner.os }}-stable--${{ hashFiles('**/Cargo.toml') }}-
${{ runner.os }}-stable--

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-Build-SystemRelated to build systems or continuous integrationC-DocsAn addition or correction to our documentationD-TrivialNice and easy! A great choice to get started with BevyS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions