Skip to content

Commit

Permalink
Workflows: Try limiting the coverage-upload to the root repo.
Browse files Browse the repository at this point in the history
I.e. don't run it in forks.
  • Loading branch information
jralls committed Dec 11, 2023
1 parent 93323cc commit 3d433d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:

deploy-coverage:
needs: coverage
if: github.repository == 'gnucash/gnucash'
permissions:
pages: write
id-token: write
Expand Down

0 comments on commit 3d433d8

Please sign in to comment.