Fix: Correct badly stated needs statement 03/71503/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 4 Apr 2023 22:50:21 +0000 (15:50 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 4 Apr 2023 22:50:21 +0000 (15:50 -0700)
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Change-Id: I4e9322642081cb6d1bb7827632e9de5970102c21

.github/workflows/gerrit-verify.yaml

index 8e800c0..e74b35c 100644 (file)
@@ -66,7 +66,7 @@ jobs:
 
   # run pre-commit tox env separately to get use of more parallel processing
   pre-commit:
-    need: prepare
+    needs: prepare
     runs-on: ubuntu-latest
     steps:
       - uses: lfit/checkout-gerrit-change-action@v0.2