Skip to content
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

Disable Option | auto-cancellation of concurrent jobs if the event is push #32710

Open
sl1zz3r opened this issue Dec 4, 2024 · 1 comment
Open
Labels
topic/gitea-actions related to the actions of Gitea type/bug

Comments

@sl1zz3r
Copy link

sl1zz3r commented Dec 4, 2024

Description

I am referring to the following feature:
#25716

I have declared this as a bug, as in my opinion features should always guarantee a certain degree of backward compatibility. Especially with such cuts.

We have a lot of people working in the same branches. As our tests take approx. 10-20 minutes, one or more new pushes may be received on a branch during this time. Due to the auto-cancellation feature, we now lose the information on which commit the tests failed first. This is because all jobs are canceled if they have not yet expired.

Is there a way to deactivate this function? At workflow level or repository level?

Gitea Version

1.22.4

Can you reproduce the bug on the Gitea demo site?

Yes

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

No response

How are you running Gitea?

run from docker

@sl1zz3r sl1zz3r changed the title Disable | auto-cancellation of concurrent jobs if the event is push Disable Option | auto-cancellation of concurrent jobs if the event is push Dec 4, 2024
@lunny
Copy link
Member

lunny commented Dec 4, 2024

Duplicate of #32662

@lunny lunny marked this as a duplicate of #32662 Dec 4, 2024
@Zettat123 Zettat123 added the topic/gitea-actions related to the actions of Gitea label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/gitea-actions related to the actions of Gitea type/bug
Projects
None yet
Development

No branches or pull requests

3 participants