github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/yaml/testdata/job_keywords/cache/example-7.yaml (about)

     1  # https://docs.gitlab.com/ee/ci/yaml/#cachewhen
     2  
     3  rspec:
     4    script: rspec
     5    cache:
     6      paths:
     7        - rspec/
     8      when: 'always'