Skip to content

Commit f59e1f9

Browse files
authored
Disable cron on old stable branch (Qiskit#14705)
1 parent 19eeb41 commit f59e1f9

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)