We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0cc9cb commit 4e7c062Copy full SHA for 4e7c062
docs/config.md
@@ -248,7 +248,7 @@ With the above configuration:
248
- All processes will use 4 cpus (unless otherwise specified in their process definition).
249
- Processes annotated with the `hello` label will use 8 cpus.
250
- Any process named `bye` (or imported as `bye`) will use 16 cpus.
251
-- Any process named `bye` (or imported as `bye`) invoked by a workflow named `mysub` with use 32 cpus.
+- Any process named `bye` (or imported as `bye`) invoked by a workflow named `mysub` will use 32 cpus.
252
253
(config-profiles)=
254
0 commit comments