diff --git a/.github/workflows/on_pr.yml b/.github/workflows/on_pr.yml index c4ae954a5..e31189e32 100644 --- a/.github/workflows/on_pr.yml +++ b/.github/workflows/on_pr.yml @@ -37,9 +37,9 @@ jobs: # needs: # - e2e steps: + - uses: actions/checkout@v4 - name: Copy .env file run: cp ./self-host/.env.example .env - - uses: actions/checkout@v4 - uses: pullpreview/action@v5 with: # Those GitHub users will have SSH access to the servers