diff --git a/.github/workflows/explorer_production.yml b/.github/workflows/explorer_production.yml index 8a0703139f..c421a8e972 100644 --- a/.github/workflows/explorer_production.yml +++ b/.github/workflows/explorer_production.yml @@ -28,6 +28,9 @@ jobs: Explorer_production_deploy: needs: Explorer_production_build_test runs-on: ubuntu-latest + defaults: + run: + working-directory: explorer steps: - uses: actions/checkout@v2