mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
github: Ignore CodeQL analysis in private repos.
CodeQL only runs in public repos; private forks will otherwise error their CI runs.
This commit is contained in:
committed by
Alex Vandiver
parent
66bd282d12
commit
acbe7ae7a8
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
@@ -8,6 +8,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
CodeQL:
|
CodeQL:
|
||||||
|
if: ${{!github.event.repository.private}}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user