potiuk commented on pull request #22008:
URL: https://github.com/apache/airflow/pull/22008#issuecomment-1062075148


   > Also, I was thinking of having a development environment, where we can 
test this kind of thing before passing it to the main. Like this branches:
   > 
   > * main
   > * dev
   > * features
   
   That can be done easily with forks as we do now. We have another idea (but 
it is a bit more tricky to implement. The only reason we have this separation 
of code executed in build-image and ci is security (we do not want "casual" 
users to run builds using our self-hosted runners - they could do nasty stuff 
(like mining bitcoin using our machines). But we can make it so when PR comes 
from the maintainer (trusted user), we allow to use the code coming from PR in 
build.yml. This shoudl be possible but it is a bit tricky to implement,


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to