Understanding Gitlab CI tags
问题 I've read documentation, some articles and you might call me dumb, but this is my first time working with a concept like this. I've registered runner with tag "testing" created tag "testing" in gitlab binded this runner, with particular project I've also added the same tag e.g. "testing"in my local repo. BUT how exactly is running my jobs dependent on those tags? Are all these operations necessary? If I push new code to repo, *.yml file is executed anyway as far as I tested. So what if I want