diff --git a/.azure/pipelines/helix-matrix.yml b/.azure/pipelines/helix-matrix.yml
index 6e491364008ba5cd0e346ede19d446349d8166e5..60dfce9c92c11ba47c0ec929956ec11191248fb6 100644
--- a/.azure/pipelines/helix-matrix.yml
+++ b/.azure/pipelines/helix-matrix.yml
@@ -2,11 +2,17 @@
 pr: none
 trigger: none
 schedules:
+# Cron timezone is UTC.
 - cron: "0 */12 * * *"
   branches:
     include:
     - master
   always: true
+- cron: "0 9 * * *"
+  branches:
+    include:
+    - release/5.0
+  always: false
 
 variables:
 - ${{ if ne(variables['System.TeamProject'], 'internal') }}:
diff --git a/.azure/pipelines/quarantined-pr.yml b/.azure/pipelines/quarantined-pr.yml
index b90a1793e9e1b4fc4928ddce8f3e378919c3dfad..e0615896a7cba884648e35bd34e1afa76a67af23 100644
--- a/.azure/pipelines/quarantined-pr.yml
+++ b/.azure/pipelines/quarantined-pr.yml
@@ -4,6 +4,14 @@ trigger:
   branches:
     include:
     - master
+    - release/5.0
+
+pr:
+  autoCancel: true
+  branches:
+    include:
+    - master
+    - release/5.0
 
 schedules:
 - cron: "0 */4 * * *"