mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Run codeql job every Tuesday
Justification: - This was using _a lot_ of vm time and not giving us much - We only really need to run it once per release - Weekly as opposed to monthly means we can catch things earlier than when the release happens Fixes #105447
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
name: "Code Scanning"
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * 2'
|
||||
|
||||
jobs:
|
||||
CodeQL-Build:
|
||||
|
||||
Reference in New Issue
Block a user