Skip to content
Snippets Groups Projects
Unverified Commit 6c71e175 authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

ci: skip codeql for local pr (#10475)

parent 637d262a
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ on: ...@@ -12,6 +12,7 @@ on:
jobs: jobs:
CodeQL-Build: CodeQL-Build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ github.event_name != 'pull_request' || github.repository_owner != github.event.pull_request.head.repo.owner.login }}
steps: steps:
- name: Checkout repository - name: Checkout repository
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment