We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906c115 commit 3d9a105Copy full SHA for 3d9a105
1 file changed
.github/workflows/build_and_test.yaml
@@ -62,7 +62,7 @@ jobs:
62
fi
63
./ci/run_clang_tidy.sh -f "${diff_file}"
64
code-coverage:
65
- if: github.event_name == 'push'
+ if: github.event_name == 'push' || true
66
needs: [authorize, env-protect-setup, get-dev-image]
67
runs-on: oracle-16cpu-64gb-x86-64
68
container:
0 commit comments