From d507aabcfa2b85048f8c2da70129ab24a83cafd2 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Tue, 27 Apr 2021 15:14:37 -0400
Subject: [PATCH] Reference gitlab ci tag docs

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 78cfb569..3428fbf5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,6 @@
 default:
+  # Guide the choice of an appropriate runner for all these jobs.
+  # https://docs.gitlab.com/ee/ci/runners/#runner-runs-only-tagged-jobs
   tags:
     - "nixos"
     - "shell"
-- 
GitLab