From b30e4dbba5f941cf1ee1f4b0de039b511cebca2c Mon Sep 17 00:00:00 2001 From: Adam Raya Navarro Date: Thu, 2 Mar 2023 10:24:37 -0800 Subject: [PATCH] Update Create MRT credentials file --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d80876121f..621e23501d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -71,7 +71,7 @@ jobs: uses: "./.github/actions/smoke_tests" - name: Create MRT credentials file - if: env.IS_NOT_FORK == 'true' && env.IS_LATEST_NPM == 'true' && env.DEVELOP == 'true' + if: env.IS_NOT_FORK == 'true' && env.IS_LATEST_NPM == 'true' && ( env.DEVELOP == 'true' || env.RELEASE == 'true' ) uses: "./.github/actions/create_mrt" with: mobify_user: ${{ secrets.MOBIFY_CLIENT_USER }}