From 6aa44b49e96c742c4e1e68372f771913d79aa109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Ruiz?= Date: Tue, 28 May 2024 14:21:04 +0200 Subject: [PATCH] Improve workflow's run-name with tagret system and architeture (#237) --- .github/workflows/build_single.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_single.yml b/.github/workflows/build_single.yml index 6eb2b85521c54..56be9cd9f1e90 100644 --- a/.github/workflows/build_single.yml +++ b/.github/workflows/build_single.yml @@ -1,4 +1,4 @@ -run-name: Build packages (single) ${{ inputs.id }} +run-name: Build ${{ inputs.system }} wazuh-indexer on ${{ inputs.architecture }} | ${{ inputs.id }} # This workflow runs when any of the following occur: # - Run from another worklow of GH API