Disable CodeQL

This commit is contained in:
pgermishuys 2025-10-16 07:00:31 +02:00
parent 3c33b19899
commit adae83ec98

View file

@ -128,7 +128,8 @@ jobs:
fetch-depth: 0
codeql:
name: CodeQL analyze
if: (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) || (github.event_name == 'push') || (github.event_name == 'workflow_dispatch')
# Remove once https://github.com/github/codeql-action/issues/3207#issuecomment-3405956414 has been resolved
if: false && ((github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) || (github.event_name == 'push') || (github.event_name == 'workflow_dispatch'))
runs-on:
group: large
labels: [ubuntu-latest-x64-16core]