1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Schedule code analysis on Wed and Sat

Signed-off-by: Chris Cummer <chriscummer@me.com>
This commit is contained in:
Chris Cummer 2020-07-01 07:31:24 -07:00
parent 898fc6d34a
commit 3fd813cd9c

View File

@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: '0 3 * * 6'
- cron: '0 3 * * 3,6'
jobs:
CodeQL-Build: