mirror of
https://github.com/wez/wezterm.git
synced 2024-11-24 07:46:59 +03:00
Update azure-pipelines.yml
apparently azure only likes single quotes for this portion of the yaml?
This commit is contained in:
parent
ffa7b48c45
commit
b9a85d3862
@ -7,9 +7,9 @@ trigger:
|
||||
include: ['*']
|
||||
|
||||
schedules:
|
||||
- cron: "0,20,40 * * * *"
|
||||
- cron: '0,20,40 * * * *'
|
||||
displayName: "scheduled build"
|
||||
always: "true"
|
||||
always: 'true'
|
||||
branches:
|
||||
include: ['master']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user