fix(ci): disable CodeQL job temporarily
Not compatible with Kotlin 1.9.10
This commit is contained in:
parent
b708aca9e5
commit
4bf8d8fcbb
1 changed files with 6 additions and 6 deletions
12
.github/workflows/codeql_analysis.yml
vendored
12
.github/workflows/codeql_analysis.yml
vendored
|
@ -2,12 +2,12 @@ name: "CodeQL"
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
pull_request:
|
||||
branches:
|
||||
- develop
|
||||
# push:
|
||||
# branches:
|
||||
# - develop
|
||||
# pull_request:
|
||||
# branches:
|
||||
# - develop
|
||||
|
||||
env:
|
||||
SENTRY_DSN: 'https://public_key@example.com/project_id'
|
||||
|
|
Loading…
Reference in a new issue