From fb4b035105e51fd7a3b33d3219fb407acd0c202b 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, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3cd0f4921..65cac8229 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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