mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-04-22 06:47:57 +00:00
ci: run CodeQL on self-hosted runner (push only, not PRs)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user