From 525ed77a870e2976439078654c8b97e51fede63d Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Tue, 18 Mar 2025 15:55:45 +0100 Subject: [PATCH] change pool name again cause i fucked up --- .azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 61ccce0..9bf1606 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -5,7 +5,7 @@ pr: - master # Runs on PRs targeting master pool: - name: pipeline-host-prd + name: ci-pool-prd steps: - task: UsePythonVersion@0