Skip to content

Actions re-run not working in Gitea 1.25Β #35780

@merlinz01

Description

@merlinz01

Description

If I click "Re-run all jobs" or the re-run button for a specific job, it doesn't start the actions workflow. The run icon changes to a gray circle and the cancel button appears. The old job logs remain.

This is only since I updated the Gitea instance today.

Gitea Version

1.25 (released today)

Can you reproduce the bug on the Gitea demo site?

No - no actions runners available

Logs

Oct 29 19:16:56 gitea[1000856]: 2025/10/29 19:16:56 .../actions/notifier_helper.go:167:notify() [W] Ref of event "workflow_run" is empty, will fall back to the default branch
Oct 29 19:16:56 gitea[1000856]: 2025/10/29 19:16:56 HTTPRequest [I] router: completed POST /myuser/myrepo/actions/runs/203/jobs/0/rerun for x.x.x.x:32213, 200 OK in 184.8ms @ actions/view.go:401(actions.Rerun)
Oct 29 19:16:56 gitea[1000856]: 2025/10/29 19:16:56 HTTPRequest [I] router: completed GET /myuser/myrepo/actions/runs/203 for x.x.x.x:32213, 200 OK in 32.6ms @ actions/view.go:52(actions.View)

Screenshots

After clicking "re-run" on the three jobs with gray circles:

Image

The old logs are still there. The Cancel button has no effect.

Image

Git Version

2.39.5

Operating System

Debian 12

How are you running Gitea?

linux amd64 binary from release page, run as systemd service on Debian 12

Database

PostgreSQL

Metadata

Metadata

Assignees

No one assigned

    Labels

    issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedtopic/gitea-actionsrelated to the actions of Giteatype/bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions