Skip to content

Commit 890450e

Browse files
authored
ci: run complete-pr task on untrusted PRs (#659)
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).
1 parent 69a4874 commit 890450e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskcluster/kinds/complete/kind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ kind-dependencies:
1515
tasks:
1616
pr:
1717
description: Ensures required PR tasks have completed
18-
run-on-tasks-for: ["github-pull-request"]
18+
run-on-tasks-for: ["github-pull-request", "github-pull-request-untrusted"]
1919
worker-type: succeed
2020
from-deps:
2121
group-by: all

0 commit comments

Comments
 (0)