From 4f3261bfedcf1caea064967a20d09d5445b260a8 Mon Sep 17 00:00:00 2001 From: Aakash Singh Date: Tue, 27 Aug 2024 13:23:19 +0530 Subject: [PATCH] fix build workflows after the org rename (#8431) --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1dfea93482d..f2e0aa24c64 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -27,7 +27,7 @@ env: jobs: test: - if: github.repository == 'coronasafe/care_fe' + if: github.repository == 'ohcnetwork/care_fe' runs-on: ubuntu-latest name: Test steps: