Unverified Commit 792a0a91 authored by Yuge Zhang's avatar Yuge Zhang Committed by GitHub
Browse files

Run pipeline everyday regardless of code change (#5067)

parent bddaf36d
......@@ -4,6 +4,7 @@ schedules:
- cron: 0 16 * * *
branches:
include: [ master ]
always: true
resources:
repositories:
......
......@@ -4,6 +4,7 @@ schedules:
- cron: 0 18 * * *
branches:
include: [ master ]
always: true
resources:
repositories:
......
......@@ -4,6 +4,7 @@ schedules:
- cron: 0 18 * * *
branches:
include: [ master ]
always: true
resources:
repositories:
......
......@@ -4,6 +4,7 @@ schedules:
- cron: 0 18 * * *
branches:
include: [ master ]
always: true
resources:
repositories:
......
......@@ -4,6 +4,7 @@ schedules:
- cron: 0 20 * * *
branches:
include: [ master ]
always: true
jobs:
- job: aml
......
......@@ -4,6 +4,7 @@ schedules:
- cron: 0 20 * * *
branches:
include: [ master ]
always: true
jobs:
- job: hybrid
......
......@@ -4,6 +4,7 @@ schedules:
- cron: 0 20 * * *
branches:
include: [ master ]
always: true
jobs:
- job: linux
......
......@@ -4,6 +4,7 @@ schedules:
- cron: 0 20 * * *
branches:
include: [ master ]
always: true
jobs:
- job: windows
......
......@@ -4,6 +4,7 @@ schedules:
- cron: 0 20 * * *
branches:
include: [ master ]
always: true
# variables set on VSO: (for security concern)
# manager_ip
......
......@@ -4,6 +4,7 @@ schedules:
- cron: 0 20 * * *
branches:
include: [ master ]
always: true
variables:
ssh_user: NNIUser
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment