We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906c115 commit 54c2f4eCopy full SHA for 54c2f4e
1 file changed
.github/workflows/build_and_test.yaml
@@ -5,6 +5,7 @@ on:
5
push:
6
branches:
7
- 'main'
8
+ - 'vihang/coverage_fix'
9
schedule:
10
# Run at 23:09 PST (07:09 UTC) every sunday. Github suggests not running actions on the hour.
11
- cron: '9 7 * * 0'
@@ -62,7 +63,7 @@ jobs:
62
63
fi
64
./ci/run_clang_tidy.sh -f "${diff_file}"
65
code-coverage:
- if: github.event_name == 'push'
66
+ if: github.event_name == 'push' || true
67
needs: [authorize, env-protect-setup, get-dev-image]
68
runs-on: oracle-16cpu-64gb-x86-64
69
container:
0 commit comments