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:
Daniel Imms
2020-08-27 15:53:29 -07:00
parent a9204aa4b8
commit 624fc1466a

View File

@@ -1,6 +1,8 @@
name: "Code Scanning"
on: [push, pull_request]
on:
schedule:
- cron: '0 0 * * 2'
jobs:
CodeQL-Build: