[CI] Add performance to merge coverage matrix strategy job (#9708)

# Introduction
It seems like I've just oversight adding it back while debugging

# Centralization
Please note that we only have access to the following context within a
job matrix properties:
```
Available expression contexts: github, inputs, vars, needs
```
We could centralize the `storybook_scope` as a job `outputs` in order to
avoid this to re-occurs.
This commit is contained in:
Paul Rastoin
2025-01-17 11:17:39 +01:00
committed by GitHub
parent b2a0eb6620
commit 0357797612

View File

@ -102,7 +102,7 @@ jobs:
PATH_TO_COVERAGE: packages/twenty-front/coverage/storybook
strategy:
matrix:
storybook_scope: [modules, pages]
storybook_scope: [modules, pages, performance]
steps:
- uses: actions/checkout@v4
with: