chore: re-enable code quality workflows to run on a schedule

This commit is contained in:
Harsh Shandilya 2023-01-05 21:00:06 +05:30
parent 074420056b
commit 45872f1653
No known key found for this signature in database
2 changed files with 3 additions and 8 deletions

View file

@ -1,9 +1,6 @@
name: "CodeQL"
on:
push:
branches:
- main
schedule:
- cron: "20 3 * * 0"

View file

@ -1,10 +1,8 @@
name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
schedule:
- cron: "20 3 * * 0"
jobs:
qodana: