From 3118480d6064ea0f120608084df1ab3849e0e2c2 Mon Sep 17 00:00:00 2001 From: Kaushik B <45285388+kaushikb11@users.noreply.github.com> Date: Fri, 10 Sep 2021 17:00:44 +0530 Subject: [PATCH] Disable benchmark ci on PRs (#9430) Co-authored-by: Jirka --- .azure-pipelines/gpu-benchmark.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.azure-pipelines/gpu-benchmark.yml b/.azure-pipelines/gpu-benchmark.yml index d8c644f458..a63c9e8640 100644 --- a/.azure-pipelines/gpu-benchmark.yml +++ b/.azure-pipelines/gpu-benchmark.yml @@ -1,3 +1,20 @@ +# Python package +# Create and test a Python package on multiple Python versions. +# Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more: +# https://docs.microsoft.com/azure/devops/pipelines/languages/python + +trigger: + tags: + include: + - '*' + branches: + include: + - "master" + - "release/*" + - "refs/tags/*" + +pr: none + schedules: - cron: "0 0 * * *" # At the end of every day displayName: Daily midnight benchmark