Skip to content

Commit 46d1f36

Browse files
committed
Upload coverage only when token is available
1 parent 093579c commit 46d1f36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/typescript.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- run: npm install
2525
- run: npm test
2626
- name: Upload coverage to Codecov
27+
if: github.repository_owner == 'galaxyproject'
2728
uses: codecov/codecov-action@v5
2829
with:
2930
directory: ./typescript

0 commit comments

Comments
 (0)