[quote="manupa-arm, post:5, topic:12047"] I am not sure I follow this proposal. Can you elaborate ? [/quote]
It's mostly that we trust all code running on a branch but not necessarily code running from PRs from forks, same as how Jenkins treats the `Jenkinsfile` today. After thinking about this for a bit I don't think it's a huge deal since nodes are mostly ephemeral, we just need to ensure we don't pass secrets via environment variables to untrusted code. Also we probably wouldn't want to rebuild docker images per commit just because the images themselves are quite large (25+ GB in some cases), but we can pretty easily detect changes to the `docker/*` directory and rebuild in that case. --- [Visit Topic](https://discuss.tvm.apache.org/t/rfc-rebuild-docker-images-per-commit/12047/6) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/f460cc8de525da4d89670fdd32ac5b3bf12feddffe51721da0a5c7be360e2cc9).