ci: run CodeQL on self-hosted runner (push only, not PRs)

This commit is contained in:
2026-02-22 16:42:11 +03:00
parent 652913da35
commit ff19f88323
+2 -2
View File
@@ -33,8 +33,8 @@ env:
jobs:
codeql:
name: CodeQL Analysis
runs-on: ubuntu-latest
continue-on-error: true # CodeQL OOM on large Android projects with 7GB runner limit
runs-on: [self-hosted, wallet]
if: github.event_name == 'push' # Only run on push, not PRs (self-hosted security)
steps:
- name: Checkout