Skip to content

Commit e19bf92

Browse files
authored
Refactor CI for forked repositories - Fix POC
1 parent d2f5d1f commit e19bf92

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/coverage-upload.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
jobs:
88
codacy-uploader:
99
name: Codacy
10-
needs: [ tests ]
1110
uses: ./.github/workflows/codacy-upload-from-artifacts.yml
1211
with:
1312
artifacts-pattern: coverage-groups-*
@@ -16,7 +15,6 @@ jobs:
1615

1716
codecov-uploader:
1817
name: Codecov
19-
needs: [ tests ]
2018
uses: ./.github/workflows/codecov-upload-from-artifacts.yml
2119
with:
2220
artifacts-pattern: coverage-groups-*

0 commit comments

Comments
 (0)