From 733ca82c53f0fce441ce967ff607d6b82802d1b3 Mon Sep 17 00:00:00 2001 From: Ankur Banerjee Date: Tue, 4 Jul 2023 16:52:42 +0200 Subject: [PATCH] Update dispatch.yml --- .github/workflows/dispatch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml index 6eee8f03..c90ebb74 100644 --- a/.github/workflows/dispatch.yml +++ b/.github/workflows/dispatch.yml @@ -19,7 +19,7 @@ jobs: call-test: name: "Test" - needs: call-build + needs: [ call-lint, call-build ] uses: ./.github/workflows/test.yml secrets: inherit