tor-browser
- !fixups
to tor-browser
-specific commits, new features, security backportsbase-browser
- !fixups
to base-browser
-specific commits, new features to be shared with mullvad-browser
, and security backports
base-browser
and tor-browser
please clearly label in the change description which commits should be cherry-picked to base-browser
after mergingPipelines cannot run for tags 1. because it's unnecessary 2. because the pipelines require a branch to fetch from, which doesn't exist in tag contexts.
This is extra bad, because when no branches exist in the context the pipeline tries to do a full fetch of the remote repository and given the amount of parallel jobs we can run at a time -- especially when tagging -- this breaks Gitalb.
To be extra sure, I also added a check at the beggining of each job if there is a branch defined and if not the pipeline should exit early.
Untested. We need to create a tag and see if nothing happens.