The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
cd7861fea9cee80deb6c4ccae441f67c9518c630 / Jarek Potiuk <[email protected]>
Retry merge commit retrieval on failure

Sometimes when merge commit retrieval fails (because of race condition
most likely as pull request event is no ready yet) build-images builds
all images because selective check does not know the merge commit (in
pull request target vuild image failure). That was the only side effect.
because otherwise build image had a fallback to
github.event.pull_request.head.sha in this case.

With this PR, we will retry it and fallback explicitly to
github.event.pull_request.head.sha if it does not work.

Report URL: https://github.com/apache/airflow/actions/runs/8817343641

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to