Skip to content

Commit

Permalink
should_skip value should be documented as a str (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
quinn-dougherty committed Apr 11, 2022
1 parent c449d86 commit 665b514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -146,7 +146,7 @@ One of `never`, `same_content`, `same_content_newer`, `outdated_runs`, `always`.

### `should_skip`

Returns `true` if the current run should be skipped according to your configured rules. This should be evaluated for either individual steps or entire jobs.
Returns `'true'` if the current run should be skipped according to your configured rules. This should be evaluated for either individual steps or entire jobs.

### `reason`

Expand Down

0 comments on commit 665b514

Please sign in to comment.