From 982dd2b6ac05742d20508263b0a99dc814639d62 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Fri, 30 Jan 2026 17:07:55 +0100 Subject: [PATCH] ci: fix `project` variable for PRs in .taskcluster.yml Fixes decision task on PRs from repos that aren't named like the base. --- .taskcluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index a653669..11b7c77 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -30,7 +30,7 @@ tasks: project: $switch: 'tasks_for in ["github-push", "github-release"]': '${event.repository.name}' - 'tasks_for[:19] == "github-pull-request"': '${event.pull_request.head.repo.name}' + 'tasks_for[:19] == "github-pull-request"': '${event.pull_request.base.repo.name}' 'tasks_for in ["cron", "action"]': '${repository.project}' head_branch: $switch: