From 3b118fa0add4f9696b531f84e29aab4d96b781c5 Mon Sep 17 00:00:00 2001 From: Chris McCarthy Date: Wed, 26 Jun 2024 10:52:23 +0100 Subject: [PATCH] #2648 - now testing the release benchmark auto commit and push --- .azure/azure-benchmark-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/azure-benchmark-pipeline.yaml b/.azure/azure-benchmark-pipeline.yaml index 5d84fc8c..a6118570 100644 --- a/.azure/azure-benchmark-pipeline.yaml +++ b/.azure/azure-benchmark-pipeline.yaml @@ -3,7 +3,7 @@ trigger: exclude: - '*' include: - - feature/2648_Automate-the-benchmarking-process # Trigger on creation of release branches + - 'refs/heads/feature/2648_Automate-the-benchmarking-process' schedules: - cron: "0 2 * * 1-5" # Run at 2 AM every weekday