Skip to content

Commit

Permalink
Fix limit description
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Sep 12, 2021
1 parent 37135e8 commit 36b5730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bin/config/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Negative percentages like "-50%" can be used for decreases instead.
The limit can be scoped to specific combinations by appending their identifiers
after the percentage.
- The syntax is the same as the "select" configuration property.
- For example "50% taskOne node" applies only to taskOne when the runner is
node.
- For example "50% taskOne and node" applies only to taskOne when the runner
is node.
- Several limits can be specified at once.`,
},
}

0 comments on commit 36b5730

Please sign in to comment.