ci: Only use "github_sync" tagged runners to talk to GitHub
This commit is contained in:
parent
560e920020
commit
b9fdbb9223
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ check_submodule_sync:
|
|||
stage: deploy
|
||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env
|
||||
tags:
|
||||
- build
|
||||
- github_sync
|
||||
except:
|
||||
- master
|
||||
- /^release\/v/
|
||||
|
|
Loading…
Reference in a new issue