From 111d25f0e7563b5b0b28103262bc784dba0608bc Mon Sep 17 00:00:00 2001 From: HendrikThePendric Date: Thu, 27 Feb 2025 17:37:30 +0100 Subject: [PATCH] chore: fix typo --- .github/workflows/e2e-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-dev.yml b/.github/workflows/e2e-dev.yml index 9d08d1b93..e37c17a3b 100644 --- a/.github/workflows/e2e-dev.yml +++ b/.github/workflows/e2e-dev.yml @@ -59,7 +59,7 @@ jobs: record: ${{ contains(github.event.pull_request.labels.*.name, 'e2e record') }} parallel: ${{ contains(github.event.pull_request.labels.*.name, 'e2e record') }} browser: chrome - group: E2E Suite against Dev container ${{ matrix.container }} + group: E2E Suite against Dev container ${{ matrix.containers }} ci-build-id: ${{ inputs.should_record && github.run_id || '' }} env: CI: true