mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 01:17:05 +05:30
fix(ci): disable scheduled code analysis jobs
They both fail for stupid reasons 🤷
This commit is contained in:
parent
79dbb64275
commit
5378ec6854
2 changed files with 0 additions and 4 deletions
2
.github/workflows/codeql_analysis.yml
vendored
2
.github/workflows/codeql_analysis.yml
vendored
|
@ -2,8 +2,6 @@ name: "CodeQL"
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "20 3 * * 0"
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
|
|
2
.github/workflows/qodana_scan.yml
vendored
2
.github/workflows/qodana_scan.yml
vendored
|
@ -2,8 +2,6 @@ name: Qodana
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "20 3 * * 0"
|
||||
|
||||
jobs:
|
||||
qodana:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue