From 4ea8dc8155cb0d3331999c1073d77d14069fc29e Mon Sep 17 00:00:00 2001 From: Joey Vagedes Date: Tue, 15 Aug 2023 13:31:14 -0700 Subject: [PATCH] [202102]Ubuntu-GCC5.yml: Remove Scheduled Jobs (#524) 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. --- .azurepipelines/Ubuntu-GCC5.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.azurepipelines/Ubuntu-GCC5.yml b/.azurepipelines/Ubuntu-GCC5.yml index f1a573bb10..a984dbd898 100644 --- a/.azurepipelines/Ubuntu-GCC5.yml +++ b/.azurepipelines/Ubuntu-GCC5.yml @@ -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/*