mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
github: Ignore CodeQL analysis in private repos.
CodeQL only runs in public repos; private forks will otherwise error
their CI runs.
(cherry picked from commit acbe7ae7a8)
This commit is contained in:
committed by
Alex Vandiver
parent
09bfd485e9
commit
313bcfd02a
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
@@ -4,6 +4,7 @@ on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
CodeQL:
|
||||
if: ${{!github.event.repository.private}}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user