mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-23 08:56:29 +00:00
Show correct event in pipeline step list (#2334)
Fixes: https://github.com/woodpecker-ci/woodpecker/issues/2207 ![image](https://github.com/woodpecker-ci/woodpecker/assets/3391958/e1a1dcf9-c47b-4089-8187-789bfd54e1a7) ![image](https://github.com/woodpecker-ci/woodpecker/assets/3391958/5432cf7d-fe31-4182-87f7-5622fc1abe3c) Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
This commit is contained in:
parent
e139abf15a
commit
15bd20d58b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
<Icon name="pull_request" />
|
<Icon name="pull_request" />
|
||||||
<span class="truncate">{{ prettyRef }}</span>
|
<span class="truncate">{{ prettyRef }}</span>
|
||||||
</a>
|
</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>
|
||||||
<div class="flex items-center flex-shrink-0">
|
<div class="flex items-center flex-shrink-0">
|
||||||
<template v-if="pipeline.event === 'pull_request'">
|
<template v-if="pipeline.event === 'pull_request'">
|
||||||
|
|
Loading…
Reference in a new issue