diff --git a/.github/workflows/deploy-and-e2e.yml b/.github/workflows/deploy-and-e2e.yml index 0d8ef41b..8a9f026f 100644 --- a/.github/workflows/deploy-and-e2e.yml +++ b/.github/workflows/deploy-and-e2e.yml @@ -114,7 +114,7 @@ jobs: - uses: actions/upload-artifact@v4 if: always() && steps.check-specs.outputs.has_spec_files == 'true' with: - name: playwright-report-${{ matrix.test_dir }} + name: playwright-report-${{ github.event.client_payload.stack || github.event.inputs.stack }}-${{ matrix.test_dir }} path: playwright-report/ retention-days: 30