Skip to content

Commit 54c2f4e

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_and_test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- 'main'
8+
- 'vihang/coverage_fix'
89
schedule:
910
# Run at 23:09 PST (07:09 UTC) every sunday. Github suggests not running actions on the hour.
1011
- cron: '9 7 * * 0'
@@ -62,7 +63,7 @@ jobs:
6263
fi
6364
./ci/run_clang_tidy.sh -f "${diff_file}"
6465
code-coverage:
65-
if: github.event_name == 'push'
66+
if: github.event_name == 'push' || true
6667
needs: [authorize, env-protect-setup, get-dev-image]
6768
runs-on: oracle-16cpu-64gb-x86-64
6869
container:

0 commit comments

Comments
 (0)