Workflows: Try limiting the coverage-upload to the root repo.

I.e. don't run it in forks.
This commit is contained in:
John Ralls 2023-12-11 11:48:50 -08:00
parent 93323cc1dc
commit 3d433d8c5b

View File

@ -53,6 +53,7 @@ jobs:
deploy-coverage:
needs: coverage
if: github.repository == 'gnucash/gnucash'
permissions:
pages: write
id-token: write