diff --git a/.github/workflows/models-post-commit.yaml b/.github/workflows/models-post-commit.yaml index b91d8dd9039..28915b472d4 100644 --- a/.github/workflows/models-post-commit.yaml +++ b/.github/workflows/models-post-commit.yaml @@ -55,6 +55,12 @@ jobs: - cloud-virtual-machine steps: - uses: tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0 + - uses: ./.github/actions/retry-command + with: + timeout-seconds: 100 + max-retries: 10 + backoff-seconds: 60 + command: ./.github/scripts/cloud_utils/mount_weka.sh - uses: actions/download-artifact@v4 with: name: eager-dist-${{ matrix.os }}-${{ inputs.arch }}