mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-22 17:06:36 -06:00
Workflows: Try limiting the coverage-upload to the root repo.
I.e. don't run it in forks.
This commit is contained in:
parent
93323cc1dc
commit
3d433d8c5b
1
.github/workflows/coverage.yml
vendored
1
.github/workflows/coverage.yml
vendored
@ -53,6 +53,7 @@ jobs:
|
||||
|
||||
deploy-coverage:
|
||||
needs: coverage
|
||||
if: github.repository == 'gnucash/gnucash'
|
||||
permissions:
|
||||
pages: write
|
||||
id-token: write
|
||||
|
Loading…
Reference in New Issue
Block a user