Skip to content

Commit

Permalink
[202102] Ubuntu-GCC5.yml: Remove Scheduled Jobs (#167)
Browse files Browse the repository at this point in the history
Fixes microsoft/mu#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.
  • Loading branch information
Javagedes authored Aug 15, 2023
1 parent db169bf commit 6bab3b0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .azurepipelines/Ubuntu-GCC5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit 6bab3b0

Please sign in to comment.