From b9fdbb9223d52b41dcdc3e2d56531903bf3f3041 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Mon, 25 Feb 2019 10:41:39 +1100 Subject: [PATCH] ci: Only use "github_sync" tagged runners to talk to GitHub --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40f5e154a3..e473d9054b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -383,7 +383,7 @@ check_submodule_sync: stage: deploy image: $CI_DOCKER_REGISTRY/esp32-ci-env tags: - - build + - github_sync except: - master - /^release\/v/