Skip to content

Commit 5e7b2c4

Browse files
committed
Only upload on for Perl 5.30
1 parent b76f500 commit 5e7b2c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
TEST_SHARED=1 TEST_SUBREAPER=1 cover -test -report codecovbash
4141
- name: Upload coverage to Codecov
4242
uses: codecov/codecov-action@v2
43+
if: matrix.perl == '5.30'
4344
with:
44-
perl-version: '5.30'
4545
file: cover_db/codecov.json
4646
fail_ci_if_error: true
4747
verbose: true

0 commit comments

Comments
 (0)