Skip to content

Commit cebc4cd

Browse files
Merge branch 'main' into gkarch/runtime_opt
2 parents f49fbc9 + 1555e6d commit cebc4cd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/unit_tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# NOTE: Make sure this file is consistent with .gitlab/tests.yml
21
name: Unit tests
32

43
on:
@@ -73,6 +72,10 @@ jobs:
7372
token: ${{ secrets.CODECOV_TOKEN }}
7473
flags: unit
7574
fail_ci_if_error: true
75+
# Skip GPG/SHASUM integrity check of the Codecov CLI: its key import
76+
# intermittently fails (codecov/codecov-action#1876), which would
77+
# otherwise hard-fail this required job on a transient infra blip.
78+
skip_validation: true
7679
verbose: true
7780
windows:
7881
if: needs.check-file-changes.outputs.any_changed == 'true'

0 commit comments

Comments
 (0)