fix(ci): make CodeQL only run on schedule

This commit is contained in:
Harsh Shandilya 2023-07-11 06:12:59 +05:30
parent 59f8577d1f
commit 75fd41a0d8
No known key found for this signature in database

View file

@ -2,9 +2,8 @@ name: CodeQL
on:
workflow_dispatch:
push:
branches:
- main
schedule:
- cron: '31 7 * * 3'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}