Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions azure-pipelines-static-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@

# Run this job every night at midnight on the main branch
# Run this job every night at midnight (PST) on the main branch
schedules:
- cron: "0 0 * * *"
- cron: "0 7 * * *"
displayName: Nightly static analysis build
branches:
include:
- main

# Do not run PR validation
pr: none

# Semmle task only works on Windows
pool:
vmImage: 'windows-latest'
Expand Down