1
0
Fork 0

Restrict Taskcluster to collaborators on PR (#4996)

master
Johan Lorenzo 2019-08-28 21:16:04 +02:00 committed by Colin Lee
parent ad80317fc8
commit de6dcd59f4
1 changed files with 2 additions and 1 deletions

View File

@ -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")}