From 16440c3ced9e98d1b8430ce8197d9fabd01a5bce Mon Sep 17 00:00:00 2001 From: zer0-911 Date: Fri, 5 Apr 2024 04:58:53 +0700 Subject: [PATCH] fix: ci 41 --- .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 2a94b68..afab064 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: deploy: name: Deploy if: github.event_name != 'pull_request' - needs: compile + needs: [compile_and_deploy_IND, compile_and_deploy_ENG] runs-on: ubuntu-latest permissions: contents: read