From 037c994040bac03ce75ad4d994a15adb5e5f05f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Fri, 8 Sep 2023 15:21:26 +0200 Subject: [PATCH] chore: add run name for e2e test suite --- .github/workflows/e2e-test-suite.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/e2e-test-suite.yml b/.github/workflows/e2e-test-suite.yml index 0e69e2084..60e2127cf 100644 --- a/.github/workflows/e2e-test-suite.yml +++ b/.github/workflows/e2e-test-suite.yml @@ -1,5 +1,7 @@ name: E2E Test Suite On Self Hosted Server +run-name: E2E Test Suite against ${{ inputs.ref_name }} by ${{ inputs.author }} + on: schedule: - cron: '0 */12 * * *' @@ -9,6 +11,14 @@ on: type: string default: latest description: The Docker image tag used for SNJS container + author: + type: string + default: unknown + description: The author that triggered the workflow + ref_name: + type: string + default: unknown + description: The ref name from which the workflow was triggered jobs: e2e: