Commit 89fb940b authored by Ed Sabol's avatar Ed Sabol

Fix label for the cache:when example.

parent dcd8e7ab
...@@ -2565,7 +2565,7 @@ Use `cache:when` to define when to save the cache, based on the status of the jo ...@@ -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. - `on_failure`: Save the cache only when the job fails.
- `always`: Always save the cache. - `always`: Always save the cache.
**Example of `cache:untracked`**: **Example of `cache:when`**:
```yaml ```yaml
rspec: 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