Our CircleCI is configured with unlimited parallelism yet only three jobs execute at a time.
I have not completely understood the difference (if any) betweeen concurrency and parallelism. How does one increase the number of concurrent/parallel jobs?
Current configuration:
- 2 workflows
- 3 jobs are shared by both workflows (they can run in parallel)
- 2 jobs are exclusive to one workflow