From 8021b2f9cba2b2efd3f7c3491341f7a68de9da6f Mon Sep 17 00:00:00 2001 From: Mahesh Bandara Wijerathna Date: Thu, 4 Jul 2024 03:30:04 +0530 Subject: [PATCH] Assign dynamic run-names to `prebuild-test` workflow --- .github/workflows/prebuild-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/prebuild-test.yml b/.github/workflows/prebuild-test.yml index edb393f5..d57d36df 100644 --- a/.github/workflows/prebuild-test.yml +++ b/.github/workflows/prebuild-test.yml @@ -1,5 +1,7 @@ name: prebuild-test +run-name: Prebuild tests (${{ inputs.runtime }} [${{ inputs.targets }}]) + on: workflow_dispatch: inputs: