amoghrajesh commented on code in PR #45266: URL: https://github.com/apache/airflow/pull/45266#discussion_r1899296422
########## dev/breeze/doc/ci/01_ci_environment.md: ########## @@ -23,16 +23,18 @@ - [CI Environment](#ci-environment) - [GitHub Actions workflows](#github-actions-workflows) - - [Container Registry used as cache](#container-registry-used-as-cache) + - [GitHub Registry used as cache](#github-registry-used-as-cache) - [Authentication in GitHub Registry](#authentication-in-github-registry) + - [GitHub Artifacts used to store built images](#github-artifacts-used-to-store-built-images) <!-- END doctoc generated TOC please keep comment here to allow auto update --> # CI Environment Continuous Integration is an important component of making Apache Airflow robust and stable. We run a lot of tests for every pull request, -for main and v2-\*-test branches and regularly as scheduled jobs. +for `canary` runs (from `main` and `v*-\*-test` branches and +regularly as scheduled jobs. Review Comment: Yeah, simple nits, fixed here https://github.com/apache/airflow/pull/45277 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
