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

Commit 7b2bd3d

Browse files
authored
Updating pipeline to run twice a month, even if there's no changes (#96)
Co-authored-by: Luke Westendorf <[email protected]>
1 parent 840f8b3 commit 7b2bd3d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

azure-pipelines.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ pr:
2121
- d16-*
2222
- d17-*
2323

24+
schedules:
25+
- cron: "0 0 1,15 * *" # Runs at midnight (UTC) on the 1st and 15th of every month
26+
displayName: "Twice a Month Schedule"
27+
branches:
28+
include:
29+
- main
30+
always: true # Ensures it runs even if there are no code changes
31+
2432
variables:
2533
- template: /build/variables.yml@self
2634

0 commit comments

Comments
 (0)