Skip to content

Commit

Permalink
Run CodeQL using macos-arm-oss only on ruby/ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Feb 7, 2024
1 parent e965c5a commit 9ebaf7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis.yml
Expand Up @@ -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')
Expand Down

0 comments on commit 9ebaf7a

Please sign in to comment.