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

Head commit for run:
000ab9b498bb62375e4c33c803398ce13944305e / 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/8256638539

With regards,
GitHub Actions via GitBox


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

Reply via email to