From ab9dfda10d2c59fea2b11e9bb8b1928c10215249 Mon Sep 17 00:00:00 2001 From: Raul Del Pozo Moreno Date: Tue, 4 Jun 2024 18:55:31 +0200 Subject: [PATCH] Improved workflow run name --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c08139654ab43..22eb4c1a7ecc3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build packages (on demand) | ${{ inputs.id }} +run-name: Build packages (on demand) ${{ inputs.distribution }} wazuh-indexer on ${{ inputs.architecture }} | ${{ inputs.id }} # This workflow runs when any of the following occur: # - Run manually