diff --git a/1es-azure-pipeline.yml b/1es-azure-pipeline.yml index ab308201e3..a7becb1177 100644 --- a/1es-azure-pipeline.yml +++ b/1es-azure-pipeline.yml @@ -15,6 +15,13 @@ pr: branches: include: - '*' +schedules: +- cron: '0 8 * * 1' + displayName: Weekly build + branches: + include: + - main + always: true variables: - name: is-runtime-release