github-actions[bot] opened a new pull request, #72748:
URL: https://github.com/apache/airflow/pull/72748

   prek provisions hook toolchains by downloading them and does not retry, so a
   transient 5xx from an upstream download host fails the job before it does any
   work. Only the jobs that reach this step before the prek cache tarball is
   written are exposed, which is why it lands on unrelated PRs at random.
   
   The cache restore step in this action is pinned to a revision that retries 
its
   own download for the same class of failure; hook installation was the last
   external dependency here without a guard.
   (cherry picked from commit 67522f253bdeb122c2174a89023938c210c6fef5)
   
   Co-authored-by: rjgoyln <[email protected]>


-- 
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]

Reply via email to