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" name: "CodeQL"
on: on:
push:
branches:
- main
schedule: schedule:
- cron: "20 3 * * 0" - cron: "20 3 * * 0"

View file

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