You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Earlier, it was not supported to rerun all jobs, you could only rerun the jobs one by one.
After #24350, Gitea provided a batch operation to rerun all jobs, unfortunately, it was just a batch operation which means it still rerun the jobs one by one. Reconstructing dependencies of jobs may not be easy, before it has been resolved, you could do it manually.
Description
I use re-run all jobs to rerun a workflow, but instead of sequential, alljobs are executed concurrently.This leads to needs. .outputs cannot be used.
normal operation
re-run all jobs:
Gitea Version
1.20
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
Linux
How are you running Gitea?
docker images: gitea/gitea:1.20 and gitea/act_runner:0.2.3
Database
SQLite
The text was updated successfully, but these errors were encountered: