From 968aafdf8e622127e03c7afc7ba0f65d4988d1ba Mon Sep 17 00:00:00 2001 From: joeaba <77398477+joeaba@users.noreply.github.com> Date: Mon, 25 Oct 2021 12:16:42 +0530 Subject: [PATCH] Update explorer.yml --- .github/workflows/explorer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/explorer.yml b/.github/workflows/explorer.yml index a844ec2993..6be6dcafcb 100644 --- a/.github/workflows/explorer.yml +++ b/.github/workflows/explorer.yml @@ -40,7 +40,7 @@ jobs: vercel-project-id: ${{ secrets.PROJECT_ID}} #Required working-directory: ./explorer scope: ${{ secrets.TEAM_ID }} #added solana(vercel) as "TEAM_ID" - push: + Testing_before_merging: runs-on: ubuntu-latest if: github.event_name == 'push' defaults: @@ -62,7 +62,7 @@ jobs: - run: npm run test production_deployment: - needs: push + needs: Testing_before_merging runs-on: ubuntu-latest defaults: run: