From fa68e1ae844d9be851fdf1f064a2dca6622b72f3 Mon Sep 17 00:00:00 2001 From: Yurii Shynbuiev Date: Fri, 16 Aug 2024 18:12:51 +0700 Subject: [PATCH] chore: add run-name Signed-off-by: Yurii Shynbuiev --- .github/workflows/build.yml | 2 +- .github/workflows/release-clients.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f94ad841d0..e2f1cfacfa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,6 @@ name: Build and Publish Revision +run-name: Build and Publish Cloud-Agent Revision (${{ github.head_ref || github.ref_name }}@$GITHUB_SHA::7]}) concurrency: group: build-${{ github.sha }} @@ -28,7 +29,6 @@ permissions: jobs: build: - name: Build and Publish Revision(${{ github.sha.slice(0, 7) }}) if: ${{ !contains(github.event.head_commit.message, 'chore(release)') }} env: GITHUB_ACTOR: "hyperledger-bot" diff --git a/.github/workflows/release-clients.yml b/.github/workflows/release-clients.yml index cb100475aa..14ec83c9a3 100644 --- a/.github/workflows/release-clients.yml +++ b/.github/workflows/release-clients.yml @@ -1,5 +1,7 @@ name: Publish Identus-cloud-agent clients +run-name: Build and publish Identus Cloud Agent clients ((${{ github.head_ref || github.ref_name }}@$GITHUB_SHA::7]})) + on: workflow_call: inputs: