From: Tomas Krizek Date: Mon, 17 Feb 2020 11:31:24 +0000 (+0100) Subject: ci: run docker job only for our repos X-Git-Tag: v5.1.0~46^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b97fc6b0f7a427511aaa446e307f4eafac94135;p=thirdparty%2Fknot-resolver.git ci: run docker job only for our repos --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a34446ae4..e72d00c4e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -186,6 +186,9 @@ doc: docker: <<: *test_nodep + only: # trigger only for repos in our control (requires dind runner) + - branches@knot/knot-resolver + - branches@knot/security/knot-resolver image: docker:latest tags: - dind