diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index bcc44bc..1867e93 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -11,6 +11,10 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + ref: ${{github.event.pull_request.head.ref}} + repository: ${{github.event.pull_request.head.repo.full_name}} - name: Redeploy the k3s cluster run: make mindwm_lifecycle