mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Disable install-doc at CodeQL
This commit is contained in:
parent
4cf367b835
commit
391ebfc35d
1 changed files with 3 additions and 0 deletions
3
.github/workflows/codeql-analysis.yml
vendored
3
.github/workflows/codeql-analysis.yml
vendored
|
@ -12,6 +12,9 @@ jobs:
|
|||
# CodeQL runs on ubuntu-latest and windows-latest
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
enable_install_doc: no
|
||||
|
||||
steps:
|
||||
- name: Install libraries
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue