ci: Only use "github_sync" tagged runners to talk to GitHub
This commit is contained in:
parent
04ed861eb8
commit
fb4b035105
1 changed files with 2 additions and 0 deletions
|
@ -593,6 +593,8 @@ check_submodule_sync:
|
||||||
- /^release\/v/
|
- /^release\/v/
|
||||||
- /^v\d+\.\d+(\.\d+)?($|-)/
|
- /^v\d+\.\d+(\.\d+)?($|-)/
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
tags:
|
||||||
|
- github_sync
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: clone
|
GIT_STRATEGY: clone
|
||||||
before_script: *do_nothing_before
|
before_script: *do_nothing_before
|
||||||
|
|
Loading…
Reference in a new issue