summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2023-05-02 14:35:23 -0700
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2023-05-02 14:35:23 -0700
commit06fbf050c594186cc52e9b5ccb6b511ff267e1bb (patch)
tree30b2b4fa0a9727edb5d5e3f1c3063219bfdb6b16 /.github
parentc06ba6171294716ce1713188fb4223397d791d35 (diff)
CI: Fix actionlint to wait for the prepare step
Change-Id: I195eb4f05365379fbe9fcdfaa3e34c5c36efdc4c Issue-ID: CIMAN-33 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/gerrit-verify.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml
index 6310b4971..31b81ab3f 100644
--- a/.github/workflows/gerrit-verify.yaml
+++ b/.github/workflows/gerrit-verify.yaml
@@ -64,6 +64,7 @@ jobs:
run: sleep 10s
actionlint:
+ needs: prepare
runs-on: ubuntu-latest
steps:
- uses: lfit/checkout-gerrit-change-action@v0.3