From 97f305612fa88df4cbadd2f6d5de450e6473b4d2 Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Mon, 5 Aug 2019 18:10:05 +0200 Subject: [PATCH] Revert "Temporarilly run raptor jobs on PRs" This reverts commit bd9ff938e79b0cabc5a142f18503284c3dfa3e4d. --- .taskcluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index fe398605c..2f5f4bce7 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 raptor --staging + && python automation/taskcluster/decision_task.py pull-request env: GITHUB_PULL_TITLE: ${pull_request_title} MOBILE_PULL_REQUEST_NUMBER: ${pull_request_number}