From e8940ba791a095f0736540f2ead17cf814568109 Mon Sep 17 00:00:00 2001 From: Aman Chaturvedi Date: Mon, 11 Mar 2024 23:28:38 +0530 Subject: [PATCH] TP-39914 | fix --- .github/workflows/codePush.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codePush.yml b/.github/workflows/codePush.yml index d41c97fa..71239a84 100644 --- a/.github/workflows/codePush.yml +++ b/.github/workflows/codePush.yml @@ -58,7 +58,7 @@ jobs: create_release_tag: needs: generate - runs-on: ubuntu-latest + runs-on: [default] if: success() && (github.event.inputs.environment == 'QA') # Only create tag for Prod releases, have put QA for testing steps: - name: Checkout