This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from a64bb40a0f Don't error when (un)pausing (un)paused dag in the CLI
(#38585)
add 32e04a408c Better fix for constraint generation dependency for PROD
build (#38582)
No new revisions were added by this update.
Summary of changes:
.github/workflows/build-images.yml | 21 ++-
.github/workflows/ci-image-build.yml | 18 ---
.github/workflows/ci.yml | 54 +++----
.github/workflows/docs.yml | 130 ----------------
.github/workflows/generate-constraints.yml | 128 +++++++++++++++
.github/workflows/prod-image-build.yml | 33 +---
.github/workflows/prod-image-extra-checks.yml | 3 -
...-generation.yml => static-checks-mypy-docs.yml} | 172 +++++++++++----------
8 files changed, 264 insertions(+), 295 deletions(-)
delete mode 100644 .github/workflows/docs.yml
create mode 100644 .github/workflows/generate-constraints.yml
rename .github/workflows/{static-checks-mypy-and-constraints-generation.yml =>
static-checks-mypy-docs.yml} (64%)