mirror of
https://github.com/ruby/ruby.git
synced 2025-09-19 18:43:59 +02:00
Run CodeQL using macos-arm-oss only on ruby/ruby
This commit is contained in:
parent
e965c5a174
commit
9ebaf7a8ef
1 changed files with 2 additions and 1 deletions
3
.github/workflows/codeql-analysis.yml
vendored
3
.github/workflows/codeql-analysis.yml
vendored
|
@ -39,7 +39,8 @@ jobs:
|
|||
security-events: write # for github/codeql-action/autobuild to send a status report
|
||||
# CodeQL fails to run pull requests from dependabot due to missing write access to upload results.
|
||||
if: >-
|
||||
${{!(false
|
||||
${{github.repository == 'ruby/ruby' &&
|
||||
!(false
|
||||
|| contains(github.event.head_commit.message, '[DOC]')
|
||||
|| contains(github.event.pull_request.title, '[DOC]')
|
||||
|| contains(github.event.pull_request.labels.*.name, 'Documentation')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue