chore: don't run codacy if on a fork

This commit is contained in:
justynboyer@gmail.com 2024-04-12 18:31:19 +01:00 committed by woodser
parent ae08caa287
commit e629a8c63a

View File

@ -7,6 +7,7 @@ permissions:
jobs:
build:
if: github.repository == 'haveno-dex/haveno'
name: Publish coverage
runs-on: ubuntu-latest
steps: