mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-15 22:26:40 +02:00
Attempt #2 at preventing codacy coverage step from running on forks
This commit is contained in:
parent
cd62c719f1
commit
e09b38153c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -188,7 +188,7 @@ jobs:
|
|||||||
upload-coverage:
|
upload-coverage:
|
||||||
# List all jobs that produce coverage files
|
# List all jobs that produce coverage files
|
||||||
needs: [unit-tests, integration-tests]
|
needs: [unit-tests, integration-tests]
|
||||||
if: github.event.repository.fork == false
|
if: github.event.pull_request.head.repo.full_name == github.repository
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user