From 0b14cfc44ff6329cfc6d0eecfaf0d2fa8f733cc6 Mon Sep 17 00:00:00 2001 From: Mahdi Bahrami Date: Sat, 27 Jan 2024 22:28:37 +0330 Subject: [PATCH] Temporarily disable code-ql because it's broken --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7e3a9e34..590661b1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,6 +13,7 @@ jobs: with_coverage: true with_tsan: true with_public_api_check: true + with_gh_codeql: false # Temporary, because it's broken coverage_ignores: '/Tests/|/Plugins/|/Sources/CZlib/' test_filter: '^DiscordBMTests' websocket-tests: @@ -21,5 +22,6 @@ jobs: with_coverage: true with_tsan: false with_public_api_check: false + with_gh_codeql: false # Temporary, because it's broken coverage_ignores: '/Tests/|/Plugins/|/Sources/CZlib/' test_filter: '^WebSocketTests'