mirror of
https://github.com/apache/airflow.git
synced 2026-03-26 15:28:46 +00:00
Previously, a missing or corrupted cache tarball would hard-fail the entire static checks job even when stash-hit reported true. Now the extraction is wrapped in error handling: if the tarball is missing or tar fails, it gracefully falls through to a clean prek install-hooks instead of aborting.