Skip to content

Commit

Permalink
Update snphost_ci_test.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: LakshmiSaiHarika <[email protected]>
  • Loading branch information
LakshmiSaiHarika authored Nov 21, 2024
1 parent a7e1b29 commit 488f122
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/snphost_ci_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,8 @@ jobs:
if: always()
run: rm -rf ${HOME}/snphost

# Update this workflow title dynamically with PR details
run-name: |
${{ (startsWith(github.event_name, 'workflow_dispatch') && format('snpguest PR CI test for PR #{0}/PR source branch({1})', github.event.inputs.pull_request_number, github.event.inputs.pull_request_branch)) ||
(startsWith(github.event_name, 'pull_request') && format('{0}', github.event.pull_request.title )) }}

0 comments on commit 488f122

Please sign in to comment.