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

Head commit for run:
8b5e0acbe3e73608b4e278a1d9d19cc4eaabb477 / Jarek Potiuk <[email protected]>
Optimize skipping building images for not "in-workflow" builds

In case images are built in the "pull-request-target" workflow, we
should skip the builds "in-workflow" - but just "skipping" them is
no good because skip state propagates to downstream jobs - but this
leads - in naive implementation of build matrix to a number of
jobs that start and end immediately.

Instead we can simply use empty matrix for the builds - this will
make it much better optimized.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to