Skip to content

Commit f67d0c1

Browse files
committed
Run valgrind after fastBuild
valgrind job is quite lengthy, so if we start it faster, it will reduce overall CI time.
1 parent e3d2929 commit f67d0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/pr_push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
needs: [Build]
6969
uses: ./.github/workflows/reusable_proxy_lib.yml
7070
Valgrind:
71-
needs: [Build]
71+
needs: [FastBuild]
7272
uses: ./.github/workflows/reusable_valgrind.yml
7373
Coverage:
7474
# total coverage (on upstream only)

0 commit comments

Comments
 (0)