mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +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:
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@@ -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