Skip to content

Commit 78bc5b7

Browse files
authored
Don't run daily CI job on pushes and pull requests (#6943)
1 parent 6a3895a commit 78bc5b7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.azure/azure-pipelines-daily.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11

2+
trigger: none
3+
pr: none
4+
25
schedules:
36
# 8am UTC is midnight PST.
47
- cron: '0 8 * * *'

.azure/azure-pipelines-daily.yml.m4

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
changequote(`[',`]')dnl
22
include([defs.m4])dnl
3+
trigger: none
4+
pr: none
5+
36
schedules:
47
# 8am UTC is midnight PST.
58
- cron: '0 8 * * *'

0 commit comments

Comments
 (0)