[action] update codeql cron

pull/1062/head
max furman 2 years ago
parent 2d4efc8292
commit aa3ffea07c
No known key found for this signature in database

@ -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:

Loading…
Cancel
Save