mirror of
https://github.com/go-gitea/gitea
synced 2025-08-08 02:28:22 +00:00
Don't filter action runs based on state (#24711)
We should just show all runs. This removes the filtering altogether. - Replaces https://github.com/go-gitea/gitea/pull/24553 # Before   # After  --------- Signed-off-by: Yarden Shoham <git@yardenshoham.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div class="issue list">
|
||||
<div class="issue list gt-m-0">
|
||||
{{range .Runs}}
|
||||
<li class="item gt-df gt-py-3 gt-ab">
|
||||
<div class="issue-item-left gt-df gt-mr-2">
|
||||
|
Reference in New Issue
Block a user