From 9c7baf54fa84a005308eb4dd0337f59b2528a31c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Silva?= Date: Fri, 17 May 2024 02:02:42 +0100 Subject: [PATCH] fix: move checkout step --- .github/actions/fe-e2e/action.yml | 4 ++++ .github/workflows/dev-fe-gatekeeper.yaml | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/fe-e2e/action.yml b/.github/actions/fe-e2e/action.yml index e933d85f7..5de6ed2a7 100644 --- a/.github/actions/fe-e2e/action.yml +++ b/.github/actions/fe-e2e/action.yml @@ -19,6 +19,10 @@ jobs: E2E: runs-on: ubuntu-20.04 steps: + - uses: actions/checkout@v4 + with: + lfs: true + ref: ${{ github.event.pull_request.head.sha }} - uses: pnpm/action-setup@v3 with: version: 8 diff --git a/.github/workflows/dev-fe-gatekeeper.yaml b/.github/workflows/dev-fe-gatekeeper.yaml index abd7bcc67..bb58676c6 100644 --- a/.github/workflows/dev-fe-gatekeeper.yaml +++ b/.github/workflows/dev-fe-gatekeeper.yaml @@ -125,10 +125,6 @@ jobs: needs: permission_checks runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v4 - with: - lfs: true - ref: ${{ github.event.pull_request.head.sha }} - uses: ./.github/actions/dev-fe-e2e with: BACKUP_LOCATION_BUCKET_NAME: ${{ secrets.BACKUP_LOCATION_BUCKET_NAME }}