We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 252ad4e + 7945f35 commit 44bc472Copy full SHA for 44bc472
1 file changed
azure-pipelines/OptProf.yml
@@ -1,13 +1,5 @@
1
trigger: none
2
pr: none
3
-schedules:
4
- - cron: "0 3 * * Tue" # Mon @ 8 or 9 PM Mountain Time (depending on DST)
5
- displayName: Weekly OptProf run
6
- branches:
7
- include:
8
- - 'v1*'
9
- - main
10
- always: true # we must keep data fresh since optimizationdata drops are purged after 30 days
11
12
# Avoid errant CI builds: https://developercommunity.visualstudio.com/content/problem/1154409/azure-pipeline-is-triggering-due-to-events-that-ne.html
13
#resources:
0 commit comments