From 3966051ddaba6cb48536ff12d8cd5ea89a16d97b Mon Sep 17 00:00:00 2001 From: rajson49-hue Date: Sat, 4 Oct 2025 17:07:31 +0200 Subject: [PATCH] small correction has been included' --- .github/workflows/pr-verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-verify.yml b/.github/workflows/pr-verify.yml index c7c044c2..36832d23 100644 --- a/.github/workflows/pr-verify.yml +++ b/.github/workflows/pr-verify.yml @@ -72,7 +72,7 @@ jobs: deploy_prod: name: Deploy Prod runs-on: ubuntu-latest - needs: build # wait for other job to finish g + needs: deploy_dev # wait for other job to finish g environment: prod steps: