Skip to content

Commit 2b24392

Browse files
committed
Put schedule back for CodeQL
Since there is no way to do this in the UI, but we also went down to one pipeline.
1 parent 525188c commit 2b24392

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.pipelines/PowerShellEditorServices-OneBranch.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
trigger:
1212
- main
1313

14+
schedules:
15+
- cron: "35 13 * * 4"
16+
displayName: Weekly CodeQL
17+
branches:
18+
include:
19+
- main
20+
always: true
21+
1422
resources:
1523
repositories:
1624
- repository: templates

0 commit comments

Comments
 (0)