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: on:
workflow_dispatch: workflow_dispatch:
push: schedule:
branches: - cron: '31 7 * * 3'
- main
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}