From 13790b59bf42d22c5a18f9cf8786ed1d4c51cf6f Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Tue, 4 Mar 2025 11:42:45 +0100 Subject: [PATCH] ci: run complete-pr task on untrusted PRs These PRs are lacking codecov, but that doesn't seem bad enough to prevent running the `complete` task (which doesn't depend on codecov anyway). --- taskcluster/kinds/complete/kind.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskcluster/kinds/complete/kind.yml b/taskcluster/kinds/complete/kind.yml index d1e6048d0..bb363180f 100644 --- a/taskcluster/kinds/complete/kind.yml +++ b/taskcluster/kinds/complete/kind.yml @@ -15,7 +15,7 @@ kind-dependencies: tasks: pr: description: Ensures required PR tasks have completed - run-on-tasks-for: ["github-pull-request"] + run-on-tasks-for: ["github-pull-request", "github-pull-request-untrusted"] worker-type: succeed from-deps: group-by: all