[202111] Ubuntu-GCC5.yml: Remove Scheduled Jobs (#183)
Fixes https://github.com/microsoft/mu/issues/173 CI is currently being ran on this branch twice a week, which is wasting resources. CI only needs to be run on pull requests.
This commit is contained in:
Родитель
1584a46f0c
Коммит
b6df8bcee2
|
@ -10,15 +10,6 @@ trigger:
|
|||
- dev/*
|
||||
- release/*
|
||||
|
||||
schedules:
|
||||
- cron: "30 9 * * 0,3" # Sun/Wed at 2:30AM Pacific
|
||||
displayName: Sun/Wed Build
|
||||
branches:
|
||||
include:
|
||||
- dev/*
|
||||
- release/*
|
||||
always: true # Always build, even if no changes
|
||||
|
||||
pr:
|
||||
- dev/*
|
||||
- release/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче