mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-12-22 19:49:32 +00:00
chore: don't run codacy if on a fork
This commit is contained in:
parent
ae08caa287
commit
e629a8c63a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/codacy-code-reporter.yml
vendored
1
.github/workflows/codacy-code-reporter.yml
vendored
|
@ -7,6 +7,7 @@ permissions:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
if: github.repository == 'haveno-dex/haveno'
|
||||
name: Publish coverage
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue