From 4cc16d4268240393f57b3711ab423c2407aeffb7 Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Mon, 5 Aug 2019 16:18:42 +0200 Subject: [PATCH] Temporarilly run raptor jobs on PRs --- .taskcluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 2f5f4bce7..fe398605c 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -146,7 +146,7 @@ tasks: git fetch ${repository} ${head_branch} && git config advice.detachedHead false && git checkout FETCH_HEAD - && python automation/taskcluster/decision_task.py pull-request + && python automation/taskcluster/decision_task.py raptor --staging env: GITHUB_PULL_TITLE: ${pull_request_title} MOBILE_PULL_REQUEST_NUMBER: ${pull_request_number}