diff --git a/.github/workflows/infrstructure.yml b/.github/workflows/infrstructure.yml index 7091bc664..fcae77534 100644 --- a/.github/workflows/infrstructure.yml +++ b/.github/workflows/infrstructure.yml @@ -97,7 +97,8 @@ jobs: - name: Checkout Code uses: actions/checkout@v4 with: - submodules: recursive + submodules: true + sparse-checkout: . ref: ${{ github.event.workflow_run.head_branch }} - name: Setup Cache