ci: Only use "github_sync" tagged runners to talk to GitHub

This commit is contained in:
Angus Gratton 2019-02-25 10:41:39 +11:00 committed by Ivan Grokhotkov
parent 04ed861eb8
commit fb4b035105

View file

@ -593,6 +593,8 @@ check_submodule_sync:
- /^release\/v/
- /^v\d+\.\d+(\.\d+)?($|-)/
dependencies: []
tags:
- github_sync
variables:
GIT_STRATEGY: clone
before_script: *do_nothing_before