[action] update codeql cron

This commit is contained in:
max furman 2022-09-21 12:34:08 -07:00
parent 2d4efc8292
commit aa3ffea07c
No known key found for this signature in database

View file

@ -18,7 +18,11 @@ on:
# The branches below must be a subset of the branches above
branches: [ "master" ]
schedule:
- cron: '30 3 * * 3'
- cron: '0 0 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
analyze: