Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Updating pipeline to run twice a month, even if there's no changes (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Westendorf <[email protected]>
  • Loading branch information
MSLukeWest and Luke Westendorf authored Oct 10, 2024
1 parent 840f8b3 commit 7b2bd3d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ pr:
- d16-*
- d17-*

schedules:
- cron: "0 0 1,15 * *" # Runs at midnight (UTC) on the 1st and 15th of every month
displayName: "Twice a Month Schedule"
branches:
include:
- main
always: true # Ensures it runs even if there are no code changes

variables:
- template: /build/variables.yml@self

Expand Down

0 comments on commit 7b2bd3d

Please sign in to comment.