mirror of https://github.com/zulip/zulip.git
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:
parent
66bd282d12
commit
acbe7ae7a8
|
@ -8,6 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
CodeQL:
|
||||
if: ${{!github.event.repository.private}}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue