Skip to content

Commit 0bc8429

Browse files
committed
Disable cron on old stable branch
Once the stable branch is superseded, we no longer need to run the nightly cronjob on it.
1 parent cd26d49 commit 0bc8429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ schedules:
2626
- cron: "20 6 * * *"
2727
displayName: "Complete matrix test"
2828
branches:
29-
include: [ "main", "stable/*" ]
29+
include: [ "main" ]
3030
always: false # Only run if the code changed since the last cron sync.
3131

3232

0 commit comments

Comments
 (0)