Skip to content

Prevent workflow from running on master for forks

Currently when a fork is rebased and the master branch changes a pipeline is triggered and fails because of lack of credentials for the deploy widget production job, like https://gitlab.com/fgimenez/mangrove/-/pipelines/368598793

These changes enforce that the workflow will be only triggered for master changes on the project under open-reviews org.

Edited by Federico Gimenez

Merge request reports