-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
"Actions" tab says "There are no workflows yet." #28332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Update: It looks like this bugs happens when workflows are initially added in a secondary branch. When they are directly added to the main branch, they show in the "Actions" tab. |
#28145 Either it introduced a bug or revealed a bug. |
a1012112796
added a commit
to a1012112796/gitea
that referenced
this issue
Dec 4, 2023
quick fix go-gitea#28332, do it by a quick check in `ActionRun` table. TODO: looks need more jobs about workflow lables check in future. Signed-off-by: a1012112796 <[email protected]>
1 task
Maybe in this page we should have a branch selector. |
techknowlogick
pushed a commit
that referenced
this issue
Dec 6, 2023
…orkflows but other branches have (#28359) (#28365) Backport #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 #28332 Replace #28333 Co-authored-by: Lunny Xiao <[email protected]>
a1012112796
added a commit
to a1012112796/gitea
that referenced
this issue
Dec 6, 2023
quick fix go-gitea#28332, do it by a quick check in `ActionRun` table. TODO: looks need more jobs about workflow lables check in future. Signed-off-by: a1012112796 <[email protected]>
project-mirrors-bot-tu bot
pushed a commit
to project-mirrors/forgejo-as-gitea-fork
that referenced
this issue
Jan 23, 2025
…orkflows 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]> (cherry picked from commit b7e3adc)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
Description
"Actions" tab says "There are no workflows yet.", which is not true.
The tab shows "1", which suggest that there is a workflow running. Additionally, status icons appear in commits and PRs.
Gitea Version
1.21.1
Can you reproduce the bug on the Gitea demo site?
Yes
https://try.gitea.io/endfkbyn/test2/actions
Log Gist
There are not relevant logs
Screenshots
Git Version
The one included in the Docker image
Operating System
Linux ARM64
How are you running Gitea?
Official Docker image (gitea/gitea:1.21)
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: