We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2aec5 commit 250ebb1Copy full SHA for 250ebb1
.github/workflows/pr_push.yml
@@ -58,7 +58,7 @@ jobs:
58
needs: [Build]
59
uses: ./.github/workflows/reusable_benchmarks.yml
60
ProxyLib:
61
- needs: [Build]
+ needs: [CodeChecks, DocsBuild]
62
uses: ./.github/workflows/reusable_proxy_lib.yml
63
Valgrind:
64
0 commit comments