diff --git a/.taskcluster.yml b/.taskcluster.yml index c253800..d356d2f 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -29,7 +29,7 @@ tasks: project: $switch: 'tasks_for == "github-push"': '${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: