Skip to content

Commit 3d9a105

Browse files
committed
temp
Signed-off-by: Vihang Mehta <vihang@gimletlabs.ai>
1 parent 906c115 commit 3d9a105

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
fi
6363
./ci/run_clang_tidy.sh -f "${diff_file}"
6464
code-coverage:
65-
if: github.event_name == 'push'
65+
if: github.event_name == 'push' || true
6666
needs: [authorize, env-protect-setup, get-dev-image]
6767
runs-on: oracle-16cpu-64gb-x86-64
6868
container:

0 commit comments

Comments
 (0)