kaxil commented on pull request #12599:
URL: https://github.com/apache/airflow/pull/12599#issuecomment-733369585
> 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
You mean "if" check on (event_type=="push" and "branch" ~not~ in ("master".
"v1-10-test'" , "v1-10-stable'))
right? I pushed
https://github.com/apache/airflow/pull/12599/commits/ec5219b05c3d15be5920b79799c1b02970bb2dd3
, can you verify if that is what you meant?
----------------------------------------------------------------
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]