Update explorer.yml

This commit is contained in:
joeaba 2021-10-25 12:16:42 +05:30 committed by GitHub
parent a78a675584
commit 968aafdf8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: