Skip to content

Commit

Permalink
ci: change name
Browse files Browse the repository at this point in the history
References: #332
  • Loading branch information
al-kau committed Nov 21, 2024
1 parent 88cd65c commit c0801af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ name: "Build solution"
run-name: >-
${{ github.event_name == 'schedule' && 'Build All' || '' }}
${{ github.event_name == 'workflow_dispatch' && format('Build: {0} ({1}) on {2} OS', github.event.inputs.framework, github.event.inputs.configuration, github.event.inputs.os ) || '' }}
${{ github.event_name != 'workflow_dispatch' && github.event_name != 'schedule' && 'Build Solution' || '' }}
on: # yamllint disable-line rule:truthy
workflow_dispatch:
Expand Down

0 comments on commit c0801af

Please sign in to comment.