The GitHub Actions job "Tests" on airflow.git has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 1316c6132644b62f9e98618f341285c255b3bc31 / Jarek Potiuk <[email protected]> Better handling build errors when building docs with --spellcheck-only When running docs building with --spellcheck-only and building docs fails, the errors which were not spelling errors were not handled well - first of all, the build errors were not printted separately as errors (you only saw generaic spellchecking failed), but more importantly, when building docs failed it has not been repeated again. This caused problems if there were changes that required to rebuild another packag - which happens when you add related changes to several packages. This PR fixes it by: * allowing spellchecking to contribute build errors when the --spellcheck-only flag is used * when build is retried, spellcheck-only flag is ignored - so that the documentation for related packages can be actually rebuilt, not only spell-checked * when --spellcheck-only is used to build packages, all original packages are rebuilt not only the failed one - this allows to rebuild dependent packages Report URL: https://github.com/apache/airflow/actions/runs/7279802446 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
