From de6dcd59f4ff36c5ad659c308000194a89a47cc6 Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Wed, 28 Aug 2019 21:16:04 +0200 Subject: [PATCH] Restrict Taskcluster to collaborators on PR (#4996) --- .taskcluster.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 2f5f4bce7..80cd192a0 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -3,7 +3,8 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. version: 1 policy: - pullRequests: public + # XXX We restrict taskcluster to collaborators so priviledged tests (like UI tests) can run on PRs + pullRequests: collaborators tasks: $let: decision_task_id: {$eval: as_slugid("decision_task")}