mirror of
https://github.com/DuendeSoftware/products
synced 2026-05-24 09:28:24 +00:00
Disable CodeQL
This commit is contained in:
parent
3c33b19899
commit
adae83ec98
1 changed files with 2 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue