Skip to content

Commit

Permalink
Show correct event in pipeline step list (#2334)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys and qwerty287 authored Aug 28, 2023
1 parent e139abf commit 15bd20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/repo/pipeline/PipelineStepList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<Icon name="pull_request" />
<span class="truncate">{{ prettyRef }}</span>
</a>
<span v-if="pipeline.event !== 'pull_request'" class="truncate">{{ pipeline.branch }}</span>
<span v-if="pipeline.event !== 'pull_request'" class="truncate">{{ prettyRef }}</span>
</div>
<div class="flex items-center flex-shrink-0">
<template v-if="pipeline.event === 'pull_request'">
Expand Down

0 comments on commit 15bd20d

Please sign in to comment.