[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:
Joey Vagedes 2023-08-15 13:31:04 -07:00 коммит произвёл GitHub
Родитель 1584a46f0c
Коммит b6df8bcee2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 9 удалений

Просмотреть файл

@ -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/*