File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5959 name : Cargo check
6060 # TODO: replace `parity-default` with `ubuntu-latest` when the repo becomes public.
6161 runs-on : parity-default
62- needs : [set-image]
62+ needs : [set-image, check-fmt ]
6363 container :
6464 image : ${{ needs.set-image.outputs.CI_IMAGE }}
6565 steps :
7979 name : Cargo check (benchmarking)
8080 # TODO: replace `parity-default` with `ubuntu-latest` when the repo becomes public.
8181 runs-on : parity-default
82- needs : [set-image]
82+ needs : [set-image, check ]
8383 container :
8484 image : ${{ needs.set-image.outputs.CI_IMAGE }}
8585 steps :
@@ -100,7 +100,7 @@ jobs:
100100 name : Cargo clippy
101101 # TODO: replace `parity-default` with `ubuntu-latest` when the repo becomes public.
102102 runs-on : parity-default
103- needs : [set-image]
103+ needs : [set-image, check ]
104104 container :
105105 image : ${{ needs.set-image.outputs.CI_IMAGE }}
106106 env :
@@ -126,7 +126,7 @@ jobs:
126126 # TODO: replace `parity-default` with `ubuntu-latest` when the repo becomes public.
127127 runs-on : parity-default
128128 timeout-minutes : 60
129- needs : [set-image]
129+ needs : [set-image, check ]
130130 container :
131131 image : ${{ needs.set-image.outputs.CI_IMAGE }}
132132 env :
You can’t perform that action at this time.
0 commit comments