Skip to content

Commit a55ef10

Browse files
authored
CI: do not run coverage on forks (#5941)
1 parent ee4c6b1 commit a55ef10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/coverage.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
build:
1919

2020
runs-on: ubuntu-22.04
21+
if: ${{ github.repository_owner == 'danmar' }}
2122

2223
steps:
2324
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)