Disable benchmark ci on PRs (#9430)

Co-authored-by: Jirka <jirka.borovec@seznam.cz>
This commit is contained in:
Kaushik B 2021-09-10 17:00:44 +05:30 committed by GitHub
parent d028e36946
commit 3118480d60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -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