Skip to content

Commit

Permalink
Add information to build workflow title (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tostti authored and yenienserrano committed Jun 18, 2024
1 parent 88ea930 commit 655cc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wazuh_dashboard_with_plugins.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
run-name: Build packages ${{ inputs.id }}
run-name: Build ${{ inputs.system }} wazuh-dashboard on ${{ inputs.architecture }} ${{ inputs.is_stage && '- is stage' || '' }} ${{ inputs.checksum && '- checksum' || '' }} ${{ inputs.debug && '- debug' || '' }} ${{ inputs.id }}

on:
workflow_dispatch:
Expand Down

0 comments on commit 655cc73

Please sign in to comment.