fix(ci): disable scheduled code analysis jobs

They both fail for stupid reasons 🤷
This commit is contained in:
Harsh Shandilya 2023-01-12 12:42:00 +05:30
parent 79dbb64275
commit 5378ec6854
No known key found for this signature in database
2 changed files with 0 additions and 4 deletions

View file

@ -2,8 +2,6 @@ name: "CodeQL"
on:
workflow_dispatch:
schedule:
- cron: "20 3 * * 0"
jobs:
analyze:

View file

@ -2,8 +2,6 @@ name: Qodana
on:
workflow_dispatch:
schedule:
- cron: "20 3 * * 0"
jobs:
qodana: