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 5c9f32260a Update UV to 0.1.15 (#37924)
add 3a45244c56 Refactor and extract production image checks to separate
workflows (#37865)
No new revisions were added by this update.
Summary of changes:
.github/actions/build-prod-images/action.yml | 21 +-
.github/workflows/build-images.yml | 16 +-
.github/workflows/ci.yml | 493 ++++-----------------
.github/workflows/prod-image-build.yml | 196 ++++++++
.github/workflows/prod-image-extra-checks.yml | 122 +++++
.../pre_commit_checkout_no_credentials.py | 2 +
6 files changed, 435 insertions(+), 415 deletions(-)
create mode 100644 .github/workflows/prod-image-build.yml
create mode 100644 .github/workflows/prod-image-extra-checks.yml