Skip to content

Commit 3698152

Browse files
akoeplingerradekdoulik
authored andcommitted
Fix codeql branch and schedule
1 parent 6655586 commit 3698152

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eng/azure-pipelines-codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ trigger:
22
none
33

44
schedules:
5-
- cron: 0 12 * * 1
6-
displayName: Weekly Monday CodeQL/Semmle run
5+
- cron: 0 0 */3 * *
6+
displayName: Weekly Monday CodeQL run
77
branches:
88
include:
9-
- dotnet/main-16.x
9+
- dotnet/main-19.x
1010
always: true
1111

1212
variables:

0 commit comments

Comments
 (0)