Commit 3cf3df52 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'esabol-master-patch-92676' into 'master'

Docs: Fix label for the cache:when example

See merge request gitlab-org/gitlab!66330
parents dcd8e7ab 89fb940b
......@@ -2565,7 +2565,7 @@ Use `cache:when` to define when to save the cache, based on the status of the jo
- `on_failure`: Save the cache only when the job fails.
- `always`: Always save the cache.
**Example of `cache:untracked`**:
**Example of `cache:when`**:
```yaml
rspec:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment