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 636fd7bbc3 Separate MyPy checks to a separate workflow (#38129)
add 4a40c3a6c0 Separate Helm jobs to separate workflow (#38126)
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci-image-build.yml | 2 +-
.github/workflows/ci.yml | 94 ++-------------
.github/workflows/helm-tests.yml | 129 +++++++++++++++++++++
.github/workflows/prod-image-build.yml | 2 +-
.github/workflows/prod-image-extra-checks.yml | 2 +-
.../airflow_breeze/commands/ci_image_commands.py | 2 +-
6 files changed, 145 insertions(+), 86 deletions(-)
create mode 100644 .github/workflows/helm-tests.yml