Only run components testing in component CI step

Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
Louis Chemineau 2023-05-25 10:31:17 +02:00
parent 412273357a
commit f6a1432a39
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ jobs:
# cypress env
ci-build-id: ${{ github.sha }}-${{ github.run_number }}
tag: ${{ github.event_name }}
component: matrix.containers == 'component'
env:
# Needs to be prefixed with CYPRESS_
CYPRESS_BRANCH: ${{ env.BRANCH }}