From 34d530d5d83837fa080c1db2d055fe952cfc8488 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Tue, 10 Sep 2024 17:24:24 -0700 Subject: [PATCH] Fix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cb4ce2bf..48ee947c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: ci_success: name: "CI Success" - needs: [build, lint, lint-js, test, integration-test] + needs: [lint, lint-js, test, integration-test] if: | always() runs-on: ubuntu-latest