potiuk commented on pull request #12599:
URL: https://github.com/apache/airflow/pull/12599#issuecomment-733355232
> Updated in
[ef121f8](https://github.com/apache/airflow/commit/ef121f84497c0bf4b523df7b45c40227267583d2)
to only run it on pull_request.
>
> The problem currently is that this build is trying to run on all branches
where we don't expect users to create PRs too and it is running on `pushes` on
branch too
Not good either - the workflow run is also used to build images for direct
pushes to master/v1-10-test/v1-10-stable.
I think it should be "if" check on (event_type=="push" and "branch" not in
("master". "v1-10-test'" , "v1-10-stable')) so that we can continue testing
pushes in our forks for the same branches as in apache/airflow
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]