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

Github Action / Offline Docs Workflow: Don't cancel other offline builds if one fails #10582

Conversation

mhilbrunner
Copy link
Member

The default of a Github action matrix is to cancel all running jobs in it if one fails (see here).

This means that currently, with the 3.6 branch failing, we also don't get new stable/4.3 builds. This PR changes that, and also makes sure we only ever have one runner running offline docs builds at a time to not cause congestion.

Relevant to #10581.

@mhilbrunner mhilbrunner added bug github_actions Pull requests that update GitHub Actions code labels Jan 30, 2025
@mhilbrunner mhilbrunner merged commit 8708711 into godotengine:master Jan 30, 2025
1 check passed
@mhilbrunner mhilbrunner deleted the dont-cascade-offline-docs-build-fails branch January 30, 2025 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant