-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Action shows running after all tasks finished #26559
Comments
Could you show us your workflow file and the logs of steps (especially “Complate job”)? |
Sure. For the workflow logs:
|
The network tab shows this while the runner is running {
"state": {
"run": {
"link": "/nathanwoodburn/hnshosting-wp/actions/runs/14",
"title": "worker: Fixed list",
"status": "running",
"canCancel": true,
"canApprove": false,
"canRerun": false,
"done": false,
"jobs": [
{
"id": 136,
"name": "Build Master",
"status": "success",
"canRerun": true,
"duration": "25s"
},
{
"id": 137,
"name": "Build Bot",
"status": "success",
"canRerun": true,
"duration": "23s"
}
],
"commit": {
"localeCommit": "Commit",
"localePushedBy": "pushed by",
"shortSHA": "aa99339d4f",
"link": "/nathanwoodburn/hnshosting-wp/commit/aa99339d4f9add0fd065f1b1e912a8019be650a9",
"pusher": {
"displayName": "nathanwoodburn",
"link": "/nathanwoodburn"
},
"branch": {
"name": "main",
"link": "/nathanwoodburn/hnshosting-wp/src/branch/main"
}
}
},
"currentJob": {
"title": "Build Master",
"detail": "Success",
"steps": [
{
"summary": "Set up job",
"duration": "2s",
"status": "success"
},
{
"summary": "Checkout",
"duration": "2s",
"status": "success"
},
{
"summary": "Install Docker",
"duration": "7s",
"status": "success"
},
{
"summary": "Build Docker image",
"duration": "5s",
"status": "success"
},
{
"summary": "Complete job",
"duration": "8s",
"status": "success"
}
]
}
},
"logs": {
"stepsLog": [
{
"step": 4,
"cursor": 38,
"lines": [],
"started": 1692244434
}
]
}
} |
And when I shut the runner off the only difference is {
{...
},
"logs": {
"stepsLog": []
}
} |
Should fix #26559. How xorm works: https://xorm.io/docs/chapter-06/1.lock/ --------- Co-authored-by: Giteabot <teabot@gitea.io>
#26563 This change involves a database migration, and this patch will be released in 1.21.0. |
Ok. Will the database migration require any manual changes or will it do it automatically when I update to 21 |
Automatically |
Description
A few actions are showing running even though all the steps have finished.
I haven't seen anything in any of the logs (server or runners). I restarted my runners and my server. I updated the server (from 1.20.1 -> 1.20.2) and that didn't fix it.
Gitea Version
1.20.1, 1.20.2
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
https://gist.github.com/Nathanwoodburn/197bed532c07604739061efab3cf55b6
Screenshots
Git Version
2.34.1 (OS), 2.40.1 (Gitea Docker)
Operating System
Ubuntu 22.04.2 LTS (aarch64)
How are you running Gitea?
Running in a docker compose
Database
mariadb
The text was updated successfully, but these errors were encountered: