On 03/03/2023 11:57 pm, Stefano Stabellini wrote: > + only: > + variables: > + - $XILINX_JOBS == "true" && $CI_COMMIT_REF_PROTECTED == "true"
We don't want to protect every branch of a tree that only a select number of people can push to, nor (for this, or others configured with the runner), want to impose branching conventions on them. In all anticipated cases, those able to push would also be able to reconfigure the protected-ness of branches, so this doesn't gain us any security I don't think, but it certainly puts more hoops in the way to be jumped through. ~Andrew