Skip to content

gitaly: Don't skip CI on Gitaly releases

Toon Claes requested to merge toon-gitaly-no-ci-skip-tags into master

What does this MR do and why?

We want to automate publishing the Gitaly Gem for tagged builds, but when a tag is created by these release tools, it is created with 'ci skip'. This change remove that from the GitalyRelease.

This change requires gitaly!5647 (merged) to go in first, so a lot less jobs run when a tag is pushed. You can check 6045cf49 for the original reasoning whe 'ci skip' was added in the first place.

Issue: gitaly#4708

Author Check-list

  • Has documentation been updated?
Edited by Toon Claes

Merge request reports