From b9907924be9fe7835bd0c54e2fbc9b114714aab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Mon, 2 Oct 2023 14:37:10 +0200 Subject: [PATCH] chore: fix run name for e2e test suite to include suite --- .github/workflows/e2e-test-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-test-suite.yml b/.github/workflows/e2e-test-suite.yml index 6172c2453..d5d6a7e9a 100644 --- a/.github/workflows/e2e-test-suite.yml +++ b/.github/workflows/e2e-test-suite.yml @@ -1,6 +1,6 @@ name: E2E Test Suite -run-name: E2E Test Suite against ${{ inputs.ref_name }} by ${{ inputs.author }} +run-name: E2E ${{ inputs.suite }} Test Suite against ${{ inputs.ref_name }} by ${{ inputs.author }} on: schedule: