Skip to content

Commit

Permalink
Disable cron runs on old stable branch (#10461)
Browse files Browse the repository at this point in the history
We no longer need to be running nightly CI on the 0.24.x series, since
it is no longer supported.
  • Loading branch information
jakelishman committed Jul 21, 2023
1 parent 163d1bd commit d2d4c39
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions azure-pipelines.yml
Expand Up @@ -19,13 +19,6 @@ pr:
include:
- '*'

schedules:
- cron: "20 6 * * *"
displayName: "Complete matrix test"
branches:
include: [ "main", "stable/*" ]
always: false # Only run if the code changed since the last cron sync.


# Configuration. In theory a manual trigger on the Azure website or embedding
# this pipeline as a template can override these, but we're not interested in
Expand Down

0 comments on commit d2d4c39

Please sign in to comment.