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

Head commit for run:
24c12284db1d38c60f55db536ee6e923469d8d7e / Jarek Potiuk <[email protected]>
Allow to build images in CI workflow for private repos

When you run PR to the same repository, the images can be built
without "pull_request_target" workflow - they can be built
in "test" workflow. The check we had hard-coded it to check
against "apache/airflow" repository, but the check will work for
non apache/airflow repos by just comparing base and target repositories.

If they are the same, it means that PR is done to own repository and
it should be fine to build images in-workflow.

The private repos require authentication before pulling the image
from repository - this is also added in this PR.

We also disable "build-images" jobs if github repository is different
than "apache/airflow" so that you do not run it needlessly.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to