[Security Solution][Endpoint] Increase buildkite parallelism for defend_workflows on pipeline on_merge_unsupported_ftrs.yml (#166947)

## Summary

- Increase the `parallelism` for `defend_workflows` to match that of PR
pull request (`6`)
- Should ( 🤞 ) fix the failures being seen in buildkite:
https://buildkite.com/elastic/kibana-on-merge-unsupported-ftrs
This commit is contained in:
Paul Tavares 2023-09-21 11:13:48 -04:00 committed by GitHub
parent 8bd25152bb
commit 81adaa59f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,7 +91,7 @@ steps:
queue: n2-4-spot
depends_on: build
timeout_in_minutes: 120
parallelism: 2
parallelism: 6
retry:
automatic:
- exit_status: '*'