Commit b7e3adc
Fix the runs will not be displayed bug when the main branch have no workflows but other branches have (go-gitea#28359) (go-gitea#28365)
Backport go-gitea#28359 by @lunny
The left menu will only display the default branch's workflows but the
right side will display the runs triggered by all branches' workflows.
So we cannot hide right side if default branch has no workflows.
Fix go-gitea#28332
Replace go-gitea#28333
Co-authored-by: Lunny Xiao <[email protected]>1 parent 5b5f8aa commit b7e3adc
File tree
2 files changed
+2
-1
lines changed- routers/web/repo/actions
- templates/repo/actions
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| 204 | + | |
204 | 205 | | |
205 | 206 | | |
206 | 207 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments