Skip to content

Commit 2f1ffac

Browse files
Copiloteleanorjboyd
andcommitted
Replace GitHub Actions weekly workflow with Azure pipeline schedule
Co-authored-by: eleanorjboyd <26030610+eleanorjboyd@users.noreply.github.com>
1 parent 059a35a commit 2f1ffac

File tree

2 files changed

+8
-57
lines changed

2 files changed

+8
-57
lines changed

.github/workflows/weekly-build.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

azure-pipelines/pre-release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
# Run on a schedule
1+
# Run on a schedule and weekly
22
trigger:
33
branches:
44
include:
55
- main
6+
schedules:
7+
- cron: "0 0 * * 0"
8+
displayName: Weekly build
9+
branches:
10+
include:
11+
- main
12+
always: true
613
pr: none
714

815
resources:

0 commit comments

Comments
 (0)