diff --git a/.github/workflows/e2etest.yaml b/.github/workflows/e2etest.yaml index 3f7e93012..2fb692def 100644 --- a/.github/workflows/e2etest.yaml +++ b/.github/workflows/e2etest.yaml @@ -214,7 +214,7 @@ jobs: - name: Store Allure Results uses: actions/upload-artifact@v4 with: - name: allure-results-${{ inputs.platform_env }} + name: allure-results-${{ inputs.platform_env }}-${{ contains(inputs.cucumber_tags, 'ss_') && 'selfserve' || contains(inputs.cucumber_tags, 'int_') && 'internal' || 'default' }} path: ./upload/${{ env.FOLDER_NAME }}/allure-results